Class InnerListKey
- java.lang.Object
-
- org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105.test.exec.outer.list.InnerListKey
-
- 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<InnerList>
@Generated("mdsal-binding-generator") public class InnerListKey extends Object implements org.opendaylight.yangtools.yang.binding.Identifier<InnerList>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InnerListKey(@NonNull Integer _name)InnerListKey(InnerListKey source)Creates a copy from Source Object.
-
-
-
Constructor Detail
-
InnerListKey
public InnerListKey(@NonNull Integer _name)
-
InnerListKey
public InnerListKey(InnerListKey source)
Creates a copy from Source Object.- Parameters:
source- Source object
-
-