Class LspId

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

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

      • LspId

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

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

      • getDefaultInstance

        public static LspId getDefaultInstance​(String defaultValue)
      • getValue

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

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

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