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:
MappingRecord

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

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

 grouping LocatorRecords {
   list LocatorRecord {
     key locator-id;
     ordered-by user;
     leaf locator-id {
       type string;
     }
     leaf priority {
       type uint8;
     }
     leaf weight {
       type uint8;
     }
     leaf multicastPriority {
       type uint8;
     }
     leaf multicastWeight {
       type uint8;
     }
     leaf localLocator {
       type boolean;
     }
     leaf rlocProbed {
       type boolean;
     }
     leaf routed {
       type boolean;
     }
     uses rloc-container;
   }
 }
 
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final @NonNull org.opendaylight.yangtools.yang.common.QName
    YANG identifier of the statement represented by this class.
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable List<LocatorRecord>
    Return locatorRecord, or null if it is not present.
     
    default @NonNull List<LocatorRecord>
    Return locatorRecord, or an empty list if it is not present.
  • 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 LocatorRecords> 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
    • getLocatorRecord

      @Nullable List<LocatorRecord> getLocatorRecord()
      Return locatorRecord, or null if it is not present.
      Returns:
      List<LocatorRecord> locatorRecord, or null if it is not present.
    • nonnullLocatorRecord

      default @NonNull List<LocatorRecord> nonnullLocatorRecord()
      Return locatorRecord, or an empty list if it is not present.
      Returns:
      List<LocatorRecord> locatorRecord, or an empty list if it is not present.