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