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