Class OrderedListKey
java.lang.Object
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.lists.ordered.container.OrderedListKey
- All Implemented Interfaces:
Serializable,org.opendaylight.yangtools.concepts.Identifier,org.opendaylight.yangtools.concepts.Immutable,org.opendaylight.yangtools.yang.binding.Key<OrderedList>
@Generated("mdsal-binding-generator")
public class OrderedListKey
extends Object
implements org.opendaylight.yangtools.yang.binding.Key<OrderedList>
This class represents the key of
OrderedList class.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOrderedListKey(@NonNull String _name) Constructs an instance.OrderedListKey(OrderedListKey source) Creates a copy from Source Object. -
Method Summary
-
Constructor Details
-
OrderedListKey
Constructs an instance.- Parameters:
_name- the entity name- Throws:
NullPointerException- if any of the arguments are null
-
OrderedListKey
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
-