Class ServicesKey
java.lang.Object
org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.srm.ops.rev180626.service.ops.ServicesKey
- All Implemented Interfaces:
Serializable,org.opendaylight.yangtools.binding.Key<Services>,org.opendaylight.yangtools.concepts.Identifier,org.opendaylight.yangtools.concepts.Immutable
@Generated("mdsal-binding-generator")
public final class ServicesKey
extends Object
implements org.opendaylight.yangtools.binding.Key<Services>
This class represents the key of
Services class.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionServicesKey(ServicesKey source) Creates a copy from Source Object.ServicesKey(@NonNull EntityNameBase _serviceName) Constructs an instance. -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean@NonNull EntityNameBaseReturn serviceName, guaranteed to be non-null.inthashCode()toString()
-
Constructor Details
-
ServicesKey
Constructs an instance.- Parameters:
_serviceName- the entity serviceName- Throws:
NullPointerException- if any of the arguments are null
-
ServicesKey
Creates a copy from Source Object.- Parameters:
source- Source object
-
-
Method Details
-
getServiceName
Return serviceName, guaranteed to be non-null.- Returns:
EntityNameBaseserviceName, guaranteed to be non-null.
-
hashCode
public int hashCode() -
equals
-
toString
-