Interface MappingRecordItem

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<MappingRecordItem>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<MappingRecordList>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Identifiable<MappingRecordItemKey>, MappingRecordContainer

    public interface MappingRecordItem
    extends org.opendaylight.yangtools.yang.binding.ChildOf<MappingRecordList>, org.opendaylight.yangtools.yang.binding.Augmentable<MappingRecordItem>, MappingRecordContainer, org.opendaylight.yangtools.yang.binding.Identifiable<MappingRecordItemKey>

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

     list mapping-record-item {
       key mapping-record-item-id;
       leaf mapping-record-item-id {
         type string;
       }
       uses mapping-record-container;
     }
     
    The schema path to identify an instance is odl-lisp-proto/mapping-record-list/mapping-record-item

    To create instances of this class use MappingRecordItemBuilder.

    See Also:
    MappingRecordItemBuilder, MappingRecordItemKey
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<MappingRecordItem> 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 MappingRecordContainer
      • getMappingRecordItemId

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