Class EntityTypeKey
- java.lang.Object
-
- org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.clustering.entity.owners.rev150804.entity.owners.EntityTypeKey
-
- 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<EntityType>
public class EntityTypeKey extends Object implements org.opendaylight.yangtools.yang.binding.Identifier<EntityType>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EntityTypeKey(String _type)EntityTypeKey(EntityTypeKey source)Creates a copy from Source Object.
-
-
-
Constructor Detail
-
EntityTypeKey
public EntityTypeKey(String _type)
-
EntityTypeKey
public EntityTypeKey(EntityTypeKey source)
Creates a copy from Source Object.- Parameters:
source- Source object
-
-