public interface EntityOwners extends org.opendaylight.yangtools.yang.binding.ChildOf<EntityOwnersData>, org.opendaylight.yangtools.yang.binding.Augmentable<EntityOwners>
This class represents the following YANG schema fragment defined in module entity-owners
container 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
To create instances of this class use EntityOwnersBuilder.
EntityOwnersBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
List<EntityType> |
getEntityType() |
List<EntityType> getEntityType()
java.util.List entityType, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.