Class NumericOperand
java.lang.Object
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.NumericOperand
- All Implemented Interfaces:
Serializable
,org.opendaylight.yangtools.yang.binding.BindingObject
,org.opendaylight.yangtools.yang.binding.BitsTypeObject
,org.opendaylight.yangtools.yang.binding.TypeObject
@Generated("mdsal-binding-generator")
public class NumericOperand
extends Object
implements org.opendaylight.yangtools.yang.binding.BitsTypeObject, Serializable
This class represents the following YANG schema fragment defined in module bgp-flowspec
typedef numeric-operand { type bits { bit end-of-list { position 0; } bit and-bit { position 1; } bit less-than { position 5; } bit greater-than { position 6; } bit equals { position 7; } } }
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final com.google.common.collect.ImmutableSet<String>
-
Constructor Summary
ConstructorDescriptionNumericOperand
(boolean _andBit, boolean _endOfList, boolean _equals, boolean _greaterThan, boolean _lessThan) NumericOperand
(NumericOperand source) Creates a copy from Source Object. -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
boolean
static NumericOperand
getDefaultInstance
(String defaultValue) boolean
boolean
boolean
boolean
int
hashCode()
toString()
com.google.common.collect.ImmutableSet<String>
boolean[]
values()
-
Field Details
-
VALID_NAMES
-
-
Constructor Details
-
NumericOperand
public NumericOperand(boolean _andBit, boolean _endOfList, boolean _equals, boolean _greaterThan, boolean _lessThan) -
NumericOperand
Creates a copy from Source Object.- Parameters:
source
- Source object
-
-
Method Details
-
getDefaultInstance
-
getEndOfList
public boolean getEndOfList() -
getAndBit
public boolean getAndBit() -
getLessThan
public boolean getLessThan() -
getGreaterThan
public boolean getGreaterThan() -
getEquals
public boolean getEquals() -
validNames
- Specified by:
validNames
in interfaceorg.opendaylight.yangtools.yang.binding.BitsTypeObject
-
values
public boolean[] values()- Specified by:
values
in interfaceorg.opendaylight.yangtools.yang.binding.BitsTypeObject
-
hashCode
public int hashCode() -
equals
-
toString
-