Class BarrootKey
- java.lang.Object
-
- org.opendaylight.yang.gen.v1.opendaylight.test.bug._2562.namespace.rev160101.root.fooroot.BarrootKey
-
- 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<Barroot>
public class BarrootKey extends Object implements org.opendaylight.yangtools.yang.binding.Identifier<Barroot>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BarrootKey(Integer _type)BarrootKey(BarrootKey source)Creates a copy from Source Object.
-
-
-
Constructor Detail
-
BarrootKey
public BarrootKey(Integer _type)
-
BarrootKey
public BarrootKey(BarrootKey source)
Creates a copy from Source Object.- Parameters:
source- Source object
-
-