All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
All Known Subinterfaces:
AddMappingsInput, GetAllMappingsOutput, GetMappingsOutput, MapNotify, MapNotify, MapNotify, MapRegister, MapRegister, MapRegister, MapReply, MapReply, MapReply, UpdateMappingsInput

@Generated("mdsal-binding-generator") public interface MappingRecordList extends org.opendaylight.yangtools.yang.binding.DataObject

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

 grouping mapping-record-list {
   list mapping-record-item {
     key mapping-record-item-id;
     ordered-by user;
     leaf mapping-record-item-id {
       type string;
     }
     uses mapping-record-container;
   }
 }
 
  • Field Details

    • QNAME

      static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
  • Method Details

    • implementedInterface

      Class<? extends MappingRecordList> implementedInterface()
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
    • getMappingRecordItem

      @Nullable List<MappingRecordItem> getMappingRecordItem()
      Return mappingRecordItem, or null if it is not present.
      Returns:
      List<MappingRecordItem> mappingRecordItem, or null if it is not present.
    • nonnullMappingRecordItem

      default @NonNull List<MappingRecordItem> nonnullMappingRecordItem()
      Return mappingRecordItem, or an empty list if it is not present.
      Returns:
      List<MappingRecordItem> mappingRecordItem, or an empty list if it is not present.