Class TopLevelListKey
- java.lang.Object
-
- org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.list.rev140701.two.level.list.TopLevelListKey
-
- 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<TopLevelList>
@Generated("mdsal-binding-generator") public class TopLevelListKey extends Object implements org.opendaylight.yangtools.yang.binding.Identifier<TopLevelList>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TopLevelListKey(@NonNull String _name)TopLevelListKey(TopLevelListKey source)Creates a copy from Source Object.
-
-
-
Constructor Detail
-
TopLevelListKey
public TopLevelListKey(@NonNull String _name)
-
TopLevelListKey
public TopLevelListKey(TopLevelListKey source)
Creates a copy from Source Object.- Parameters:
source- Source object
-
-