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.TypeObject

@Generated("mdsal-binding-generator") public class NumericOperand extends Object implements org.opendaylight.yangtools.yang.binding.TypeObject, 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:
  • Constructor Details

    • NumericOperand

      public NumericOperand(Boolean _andBit, Boolean _endOfList, Boolean _equals, Boolean _greaterThan, Boolean _lessThan)
    • NumericOperand

      public NumericOperand(NumericOperand source)
      Creates a copy from Source Object.
      Parameters:
      source - Source object
  • Method Details

    • getDefaultInstance

      public static NumericOperand getDefaultInstance(String defaultValue)
    • getEndOfList

      public Boolean getEndOfList()
    • getAndBit

      public Boolean getAndBit()
    • getLessThan

      public Boolean getLessThan()
    • getGreaterThan

      public Boolean getGreaterThan()
    • getEquals

      public Boolean getEquals()
    • getValue

      public boolean[] getValue()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public final boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object