Class NetworkInstanceKey
java.lang.Object
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.NetworkInstanceKey
- All Implemented Interfaces:
Serializable
,org.opendaylight.yangtools.concepts.Identifier
,org.opendaylight.yangtools.concepts.Immutable
,org.opendaylight.yangtools.yang.binding.Identifier<NetworkInstance>
@Generated("mdsal-binding-generator")
public class NetworkInstanceKey
extends Object
implements org.opendaylight.yangtools.yang.binding.Identifier<NetworkInstance>
This class represents the key of
NetworkInstance
class.- See Also:
-
Constructor Summary
ConstructorDescriptionNetworkInstanceKey
(@NonNull String _name) Constructs an instance.NetworkInstanceKey
(NetworkInstanceKey source) Creates a copy from Source Object. -
Method Summary
-
Constructor Details
-
NetworkInstanceKey
Constructs an instance.- Parameters:
_name
- the entity name- Throws:
NullPointerException
- if any of the arguments are null
-
NetworkInstanceKey
Creates a copy from Source Object.- Parameters:
source
- Source object
-
-
Method Details
-
getName
Return name, guaranteed to be non-null.- Returns:
String
name, guaranteed to be non-null.
-
hashCode
public int hashCode() -
equals
-
toString
-