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