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.concepts.MutationBehaviour<org.opendaylight.yangtools.concepts.Immutable>,org.opendaylight.yangtools.yang.binding.Identifier<UnorderedList>
@Generated("mdsal-binding-generator") public class UnorderedListKey extends Object implements org.opendaylight.yangtools.yang.binding.Identifier<UnorderedList>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnorderedListKey(@NonNull String _name)UnorderedListKey(UnorderedListKey source)Creates a copy from Source Object.
-
-
-
Constructor Detail
-
UnorderedListKey
public UnorderedListKey(@NonNull String _name)
-
UnorderedListKey
public UnorderedListKey(UnorderedListKey source)
Creates a copy from Source Object.- Parameters:
source- Source object
-
-