Class BridgeRefEntryKey

  • All Implemented Interfaces:
    java.io.Serializable, org.opendaylight.yangtools.concepts.Identifier, org.opendaylight.yangtools.concepts.Immutable, org.opendaylight.yangtools.concepts.MutationBehaviour<org.opendaylight.yangtools.concepts.Immutable>, org.opendaylight.yangtools.yang.binding.Identifier<BridgeRefEntry>

    public class BridgeRefEntryKey
    extends java.lang.Object
    implements org.opendaylight.yangtools.yang.binding.Identifier<BridgeRefEntry>
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      BridgeRefEntryKey​(java.math.BigInteger _dpid)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Use {#link BridgeRefEntryKey(Uint64)} instead.
      BridgeRefEntryKey​(BridgeRefEntryKey source)
      Creates a copy from Source Object.
      BridgeRefEntryKey​(org.opendaylight.yangtools.yang.common.Uint64 _dpid)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      org.opendaylight.yangtools.yang.common.Uint64 getDpid()  
      int hashCode()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • BridgeRefEntryKey

        public BridgeRefEntryKey​(org.opendaylight.yangtools.yang.common.Uint64 _dpid)
      • BridgeRefEntryKey

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

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

      • getDpid

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

        public int hashCode()
        Specified by:
        hashCode in interface org.opendaylight.yangtools.concepts.Identifier
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public final boolean equals​(java.lang.Object obj)
        Specified by:
        equals in interface org.opendaylight.yangtools.concepts.Identifier
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Specified by:
        toString in interface org.opendaylight.yangtools.concepts.Identifier
        Overrides:
        toString in class java.lang.Object