Class ListInRootKey
- java.lang.Object
-
- org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.opendaylight.test.bug._3090.rev160101.root.ListInRootKey
-
- 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<ListInRoot>
@Generated("mdsal-binding-generator") public class ListInRootKey extends Object implements org.opendaylight.yangtools.yang.binding.Identifier<ListInRoot>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ListInRootKey(@NonNull String _leafA, @NonNull String _leafB, @NonNull String _leafC)ListInRootKey(ListInRootKey source)Creates a copy from Source Object.
-
-
-
Constructor Detail
-
ListInRootKey
public ListInRootKey(@NonNull String _leafA, @NonNull String _leafB, @NonNull String _leafC)
-
ListInRootKey
public ListInRootKey(ListInRootKey source)
Creates a copy from Source Object.- Parameters:
source- Source object
-
-