Interface MappingAuthkeyList

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface MappingAuthkeyList
    extends org.opendaylight.yangtools.yang.binding.DataObject

    This class represents the following YANG schema fragment defined in module odl-mappingservice

     grouping mapping-authkey-list {
       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
    • Field Detail

      • QNAME

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

      • implementedInterface

        java.lang.Class<? extends MappingAuthkeyList> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getMappingAuthkeyItem

        @Nullable java.util.List<MappingAuthkeyItem> getMappingAuthkeyItem()
        Returns:
        java.util.List mappingAuthkeyItem, or null if not present
      • nonnullMappingAuthkeyItem

        default @NonNull java.util.List<MappingAuthkeyItem> nonnullMappingAuthkeyItem()
        Returns:
        java.util.List mappingAuthkeyItem, or an empty list if it is not present