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.binding.BindingObject,org.opendaylight.yangtools.binding.BitsTypeObject,org.opendaylight.yangtools.binding.TypeObject
@Generated("mdsal-binding-generator")
public class NumericOperand
extends Object
implements org.opendaylight.yangtools.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
FieldsModifier and TypeFieldDescriptionprotected static final com.google.common.collect.ImmutableSet<String> -
Constructor Summary
ConstructorsConstructorDescriptionNumericOperand(boolean _andBit, boolean _endOfList, boolean _equals, boolean _greaterThan, boolean _lessThan) NumericOperand(NumericOperand source) Creates a copy from Source Object. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanbooleanstatic NumericOperandgetDefaultInstance(String defaultValue) booleanbooleanbooleanbooleaninthashCode()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:
validNamesin interfaceorg.opendaylight.yangtools.binding.BitsTypeObject
-
values
public boolean[] values()- Specified by:
valuesin interfaceorg.opendaylight.yangtools.binding.BitsTypeObject
-
hashCode
public int hashCode() -
equals
-
toString
-