Package org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214.nacm.groups
Class GroupKey
- java.lang.Object
-
- org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214.nacm.groups.GroupKey
-
- All Implemented Interfaces:
Serializable,org.opendaylight.yangtools.concepts.Identifier,org.opendaylight.yangtools.concepts.Immutable,org.opendaylight.yangtools.concepts.MutationBehaviour<org.opendaylight.yangtools.concepts.Immutable>,org.opendaylight.yangtools.yang.binding.Identifier<Group>
@Generated("mdsal-binding-generator") public class GroupKey extends Object implements org.opendaylight.yangtools.yang.binding.Identifier<Group>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GroupKey(@NonNull GroupNameType _name)GroupKey(GroupKey source)Creates a copy from Source Object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)@NonNull GroupNameTypegetName()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
GroupKey
public GroupKey(@NonNull GroupNameType _name)
-
GroupKey
public GroupKey(GroupKey source)
Creates a copy from Source Object.- Parameters:
source- Source object
-
-
Method Detail
-
getName
public @NonNull GroupNameType getName()
-
hashCode
public int hashCode()
-
equals
public final boolean equals(Object obj)
-
-