Class NodeKey
java.lang.Object
org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.NodeKey
- All Implemented Interfaces:
Serializable
,org.opendaylight.yangtools.concepts.Identifier
,org.opendaylight.yangtools.concepts.Immutable
,org.opendaylight.yangtools.yang.binding.Key<Node>
@Generated("mdsal-binding-generator")
public class NodeKey
extends Object
implements org.opendaylight.yangtools.yang.binding.Key<Node>
This class represents the key of
Node
class.- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
NodeKey
Constructs an instance.- Parameters:
_id
- the entity id- Throws:
NullPointerException
- if any of the arguments are null
-
NodeKey
Creates a copy from Source Object.- Parameters:
source
- Source object
-
-
Method Details
-
getId
Return id, guaranteed to be non-null.- Returns:
NodeId
id, guaranteed to be non-null.
-
hashCode
public int hashCode() -
equals
-
toString
-