Package org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.mappingservice.rev150906.mapping.authkey.list
Interface MappingAuthkeyItem
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.Augmentable<MappingAuthkeyItem>,org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.ChildOf<MappingAuthkeyList>,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject,org.opendaylight.yangtools.yang.binding.Identifiable<MappingAuthkeyItemKey>,org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.MappingAuthkeyContainer
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; } uses lisp-proto:mapping-authkey-container; }The schema path to identify an instance is odl-mappingservice/mapping-authkey-list/mapping-authkey-itemTo create instances of this class use
MappingAuthkeyItemBuilder.- See Also:
MappingAuthkeyItemBuilder,MappingAuthkeyItemKey
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAME
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description @Nullable StringgetMappingAuthkeyItemId()default Class<MappingAuthkeyItem>implementedInterface()MappingAuthkeyItemKeykey()
-
-
-
Method Detail
-
implementedInterface
default Class<MappingAuthkeyItem> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject- Specified by:
implementedInterfacein interfaceorg.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.MappingAuthkeyContainer
-
getMappingAuthkeyItemId
@Nullable String getMappingAuthkeyItemId()
- Returns:
java.lang.StringmappingAuthkeyItemId, ornullif not present
-
key
MappingAuthkeyItemKey key()
- Specified by:
keyin interfaceorg.opendaylight.yangtools.yang.binding.Identifiable<MappingAuthkeyItemKey>
-
-