Class EtreeLeafTag

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

    public class EtreeLeafTag
    extends java.lang.Object
    implements org.opendaylight.yangtools.yang.binding.TypeObject, java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      EtreeLeafTag​(java.lang.Long _value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Use {#link EtreeLeafTag(Uint32)} instead.
      EtreeLeafTag​(EtreeLeafTag source)
      Creates a copy from Source Object.
      EtreeLeafTag​(org.opendaylight.yangtools.yang.common.Uint32 _value)  
    • Constructor Detail

      • EtreeLeafTag

        @ConstructorParameters("value")
        @ConstructorProperties("value")
        public EtreeLeafTag​(org.opendaylight.yangtools.yang.common.Uint32 _value)
      • EtreeLeafTag

        @Deprecated(forRemoval=true)
        public EtreeLeafTag​(java.lang.Long _value)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Use {#link EtreeLeafTag(Uint32)} instead.
        Utility migration constructor.
        Parameters:
        _value - value in legacy Java type
      • EtreeLeafTag

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

      • getDefaultInstance

        public static EtreeLeafTag getDefaultInstance​(java.lang.String defaultValue)
      • getValue

        public org.opendaylight.yangtools.yang.common.Uint32 getValue()
      • hashCode

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

        public final boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object