Class UnorderedListKey
java.lang.Object
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.lists.unordered.container.UnorderedListKey
- All Implemented Interfaces:
Serializable,org.opendaylight.yangtools.concepts.Identifier,org.opendaylight.yangtools.concepts.Immutable,org.opendaylight.yangtools.yang.binding.Key<UnorderedList>
@Generated("mdsal-binding-generator")
public class UnorderedListKey
extends Object
implements org.opendaylight.yangtools.yang.binding.Key<UnorderedList>
This class represents the key of
UnorderedList class.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnorderedListKey(@NonNull String _name) Constructs an instance.UnorderedListKey(UnorderedListKey source) Creates a copy from Source Object. -
Method Summary
-
Constructor Details
-
UnorderedListKey
Constructs an instance.- Parameters:
_name- the entity name- Throws:
NullPointerException- if any of the arguments are null
-
UnorderedListKey
Creates a copy from Source Object.- Parameters:
source- Source object
-
-
Method Details
-
getName
Return name, guaranteed to be non-null.- Returns:
Stringname, guaranteed to be non-null.
-
hashCode
public int hashCode() -
equals
-
toString
-