Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.BitmaskOperand
Packages that use BitmaskOperand
Package
Description
-
Uses of BitmaskOperand in org.opendaylight.protocol.bgp.flowspec.handlers
Methods in org.opendaylight.protocol.bgp.flowspec.handlers that return BitmaskOperandMethods in org.opendaylight.protocol.bgp.flowspec.handlers with parameters of type BitmaskOperandModifier and TypeMethodDescriptionvoid
BitmaskOperandParser.serialize
(BitmaskOperand op, int length, boolean endOfList, io.netty.buffer.ByteBuf buffer) BitmaskOperandParser.toString
(BitmaskOperand op, boolean isFirst) -
Uses of BitmaskOperand in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120 that return BitmaskOperandModifier and TypeMethodDescriptionstatic BitmaskOperand
BitmaskOperand.getDefaultInstance
(String defaultValue) BitmaskTwoByteValue.getOp()
Return op, ornull
if it is not present.FragmentValue.getOp()
Return op, ornull
if it is not present.default @NonNull BitmaskOperand
BitmaskTwoByteValue.requireOp()
Return op, guaranteed to be non-null.default @NonNull BitmaskOperand
FragmentValue.requireOp()
Return op, guaranteed to be non-null.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120 with parameters of type BitmaskOperandModifierConstructorDescriptionBitmaskOperand
(BitmaskOperand source) Creates a copy from Source Object. -
Uses of BitmaskOperand in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.destination.flowspec.flowspec.type.fragment._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.destination.flowspec.flowspec.type.fragment._case that return BitmaskOperandModifier and TypeMethodDescriptionFragmentsBuilder.getOp()
Return current value associated with the property corresponding toFragmentValue.getOp()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.destination.flowspec.flowspec.type.fragment._case with parameters of type BitmaskOperandModifier and TypeMethodDescriptionFragmentsBuilder.setOp
(BitmaskOperand value) Set the property corresponding toFragmentValue.getOp()
to the specified value. -
Uses of BitmaskOperand in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.destination.flowspec.flowspec.type.tcp.flags._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.destination.flowspec.flowspec.type.tcp.flags._case that return BitmaskOperandModifier and TypeMethodDescriptionTcpFlagsBuilder.getOp()
Return current value associated with the property corresponding toBitmaskTwoByteValue.getOp()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.destination.flowspec.flowspec.type.tcp.flags._case with parameters of type BitmaskOperandModifier and TypeMethodDescriptionTcpFlagsBuilder.setOp
(BitmaskOperand value) Set the property corresponding toBitmaskTwoByteValue.getOp()
to the specified value.