Class EntitiesKey
java.lang.Object
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.entity.owners.norev.get.entities.output.EntitiesKey
- All Implemented Interfaces:
Serializable,org.opendaylight.yangtools.concepts.Identifier,org.opendaylight.yangtools.concepts.Immutable,org.opendaylight.yangtools.yang.binding.Key<Entities>
@Generated("mdsal-binding-generator")
public class EntitiesKey
extends Object
implements org.opendaylight.yangtools.yang.binding.Key<Entities>
This class represents the key of
Entities class.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEntitiesKey(@NonNull EntityName _name, @NonNull EntityType _type) Constructs an instance.EntitiesKey(EntitiesKey source) Creates a copy from Source Object. -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean@NonNull EntityNamegetName()Return name, guaranteed to be non-null.@NonNull EntityTypegetType()Return type, guaranteed to be non-null.inthashCode()toString()
-
Constructor Details
-
EntitiesKey
Constructs an instance.- Parameters:
_name- the entity name_type- the entity type- Throws:
NullPointerException- if any of the arguments are null
-
EntitiesKey
Creates a copy from Source Object.- Parameters:
source- Source object
-
-
Method Details
-
getType
Return type, guaranteed to be non-null.- Returns:
EntityTypetype, guaranteed to be non-null.
-
getName
Return name, guaranteed to be non-null.- Returns:
EntityNamename, guaranteed to be non-null.
-
hashCode
public int hashCode() -
equals
-
toString
-