Class ListViaUsesKey
- java.lang.Object
-
- org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.augment.rev140709.complex.from.grouping.ListViaUsesKey
-
- 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<ListViaUses>
public class ListViaUsesKey extends Object implements org.opendaylight.yangtools.yang.binding.Identifier<ListViaUses>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ListViaUsesKey(String _name)ListViaUsesKey(ListViaUsesKey source)Creates a copy from Source Object.
-
-
-
Constructor Detail
-
ListViaUsesKey
public ListViaUsesKey(String _name)
-
ListViaUsesKey
public ListViaUsesKey(ListViaUsesKey source)
Creates a copy from Source Object.- Parameters:
source- Source object
-
-