Class BitmaskOperand

  • All Implemented Interfaces:
    Serializable, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.TypeObject

    @Generated("mdsal-binding-generator")
    public class BitmaskOperand
    extends Object
    implements org.opendaylight.yangtools.yang.binding.TypeObject, Serializable
    See Also:
    Serialized Form
    • Constructor Detail

      • BitmaskOperand

        public BitmaskOperand​(BitmaskOperand source)
        Creates a copy from Source Object.
        Parameters:
        source - Source object
    • Method Detail

      • getEndOfList

        public Boolean getEndOfList()
      • isEndOfList

        @Deprecated(forRemoval=true)
        public final Boolean isEndOfList()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getAndBit

        public Boolean getAndBit()
      • isAndBit

        @Deprecated(forRemoval=true)
        public final Boolean isAndBit()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • isNot

        @Deprecated(forRemoval=true)
        public final Boolean isNot()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getMatch

        public Boolean getMatch()
      • isMatch

        @Deprecated(forRemoval=true)
        public final Boolean isMatch()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • 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