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