Class Identifier

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

    public class Identifier
    extends Object
    implements org.opendaylight.yangtools.yang.binding.TypeObject, Serializable
    See Also:
    Serialized Form
    • Constructor Detail

      • Identifier

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

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

      • getDefaultInstance

        public static Identifier getDefaultInstance​(String defaultValue)
      • getValue

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

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

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