Interface LocatorRecord

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<LocatorRecord>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<LocatorRecords>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Identifiable<LocatorRecordKey>, RlocContainer

    public interface LocatorRecord
    extends org.opendaylight.yangtools.yang.binding.ChildOf<LocatorRecords>, org.opendaylight.yangtools.yang.binding.Augmentable<LocatorRecord>, RlocContainer, org.opendaylight.yangtools.yang.binding.Identifiable<LocatorRecordKey>

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

     list LocatorRecord {
       key locator-id;
       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;
     }
     
    The schema path to identify an instance is odl-lisp-proto/LocatorRecords/LocatorRecord

    To create instances of this class use LocatorRecordBuilder.

    See Also:
    LocatorRecordBuilder, LocatorRecordKey
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<LocatorRecord> 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 RlocContainer
      • getLocatorId

        @Nullable java.lang.String getLocatorId()
        Returns:
        java.lang.String locatorId, or null if not present
      • getPriority

        @Nullable org.opendaylight.yangtools.yang.common.Uint8 getPriority()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint8 priority, or null if not present
      • getWeight

        @Nullable org.opendaylight.yangtools.yang.common.Uint8 getWeight()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint8 weight, or null if not present
      • getMulticastPriority

        @Nullable org.opendaylight.yangtools.yang.common.Uint8 getMulticastPriority()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint8 multicastPriority, or null if not present
      • getMulticastWeight

        @Nullable org.opendaylight.yangtools.yang.common.Uint8 getMulticastWeight()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint8 multicastWeight, or null if not present
      • isLocalLocator

        @Nullable java.lang.Boolean isLocalLocator()
        Returns:
        java.lang.Boolean localLocator, or null if not present
      • isRlocProbed

        @Nullable java.lang.Boolean isRlocProbed()
        Returns:
        java.lang.Boolean rlocProbed, or null if not present
      • isRouted

        @Nullable java.lang.Boolean isRouted()
        Returns:
        java.lang.Boolean routed, or null if not present