public interface EntityType extends org.opendaylight.yangtools.yang.binding.ChildOf<EntityOwners>, org.opendaylight.yangtools.yang.binding.Augmentable<EntityType>, org.opendaylight.yangtools.yang.binding.Identifiable<EntityTypeKey>
This class represents the following YANG schema fragment defined in module entity-owners
list entity-type {
key "type";
leaf type {
type string;
}
list entity {
key "id";
leaf id {
type instance-identifier;
}
leaf owner {
type string;
}
list candidate {
key "name";
leaf name {
type string;
}
}
}
}
The schema path to identify an instance is
entity-owners/entity-owners/entity-type
To create instances of this class use EntityTypeBuilder.
EntityTypeBuilder,
EntityTypeKey| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
List<Entity> |
getEntity() |
EntityTypeKey |
getKey()
Returns Primary Key of Yang List Type
|
String |
getType() |
String getType()
java.lang.String type, or null if not presentEntityTypeKey getKey()
getKey in interface org.opendaylight.yangtools.yang.binding.Identifiable<EntityTypeKey>org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.clustering.entity.owners.rev150804.entity.owners.EntityTypeKey key, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.