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