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