Interface LocatorRecords

  • All Superinterfaces:
    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 Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable java.util.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 java.util.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.