public static interface OFOxmVlanPcp.Builder extends OFOxm.Builder<VlanPcp>
Modifier and Type | Method and Description |
---|---|
OFOxmVlanPcp |
build() |
OFOxm<VlanPcp> |
getCanonical() |
VlanPcp |
getMask() |
MatchField<VlanPcp> |
getMatchField() |
long |
getTypeLen() |
VlanPcp |
getValue() |
OFVersion |
getVersion() |
boolean |
isMasked() |
OFOxmVlanPcp.Builder |
setValue(VlanPcp value) |
OFOxmVlanPcp build()
build
in interface OFOxm.Builder<VlanPcp>
long getTypeLen()
getTypeLen
in interface OFOxm.Builder<VlanPcp>
VlanPcp getValue()
getValue
in interface OFOxm.Builder<VlanPcp>
OFOxmVlanPcp.Builder setValue(VlanPcp value)
MatchField<VlanPcp> getMatchField()
getMatchField
in interface OFOxm.Builder<VlanPcp>
boolean isMasked()
isMasked
in interface OFOxm.Builder<VlanPcp>
OFOxm<VlanPcp> getCanonical()
getCanonical
in interface OFOxm.Builder<VlanPcp>
VlanPcp getMask()
getMask
in interface OFOxm.Builder<VlanPcp>
OFVersion getVersion()
getVersion
in interface OFOxm.Builder<VlanPcp>
Copyright © 2015. All rights reserved.