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>, MappingAuthkeyContainer

    public interface MappingAuthkeyItem
    extends org.opendaylight.yangtools.yang.binding.ChildOf<MappingAuthkeyList>, org.opendaylight.yangtools.yang.binding.Augmentable<MappingAuthkeyItem>, 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-item

    To create instances of this class use MappingAuthkeyItemBuilder.

    See Also:
    MappingAuthkeyItemBuilder, MappingAuthkeyItemKey
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default java.lang.Class<MappingAuthkeyItem> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
        Specified by:
        implementedInterface in interface MappingAuthkeyContainer
      • getMappingAuthkeyItemId

        @Nullable java.lang.String getMappingAuthkeyItemId()
        Returns:
        java.lang.String mappingAuthkeyItemId, or null if not present