public interface MappingAuthkeyItem extends org.opendaylight.yangtools.yang.binding.ChildOf<MappingAuthkeyList>, org.opendaylight.yangtools.yang.binding.Augmentable<MappingAuthkeyItem>, org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.MappingAuthkeyContainer, org.opendaylight.yangtools.yang.binding.Identifiable<MappingAuthkeyItemKey>
This class represents the following YANG schema fragment defined in module odl-mappingservice
list mapping-authkey-item {
key "mapping-authkey-item-id"
leaf mapping-authkey-item-id {
type string;
}
container mapping-authkey {
leaf key-string {
type string;
}
leaf key-type {
type uint16;
}
}
uses mapping-authkey-container;
}
The schema path to identify an instance is
odl-mappingservice/mapping-authkey-list/mapping-authkey-item
To create instances of this class use MappingAuthkeyItemBuilder.
MappingAuthkeyItemBuilder,
MappingAuthkeyItemKey| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
MappingAuthkeyItemKey |
getKey()
Returns Primary Key of Yang List Type
|
String |
getMappingAuthkeyItemId() |
getAugmentationString getMappingAuthkeyItemId()
java.lang.String mappingAuthkeyItemId, or null if not presentMappingAuthkeyItemKey getKey()
getKey in interface org.opendaylight.yangtools.yang.binding.Identifiable<MappingAuthkeyItemKey>org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.mappingservice.rev150906.mapping.authkey.list.MappingAuthkeyItemKey key, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.