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