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