Interface SubscriberData

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<SubscriberData>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<SubscriberDataGrouping>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, EidContainer, RlocContainer

    public interface SubscriberData
    extends org.opendaylight.yangtools.yang.binding.ChildOf<SubscriberDataGrouping>, org.opendaylight.yangtools.yang.binding.Augmentable<SubscriberData>, RlocContainer, EidContainer
    A network element which subscribed to notifications about mapping changes.

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

     container subscriber-data {
       uses rloc-container;
       uses eid-container;
       leaf ttl {
         type int32;
       }
     }
     
    The schema path to identify an instance is odl-lisp-proto/subscriber-data-grouping/subscriber-data

    To create instances of this class use SubscriberDataBuilder.

    See Also:
    SubscriberDataBuilder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<SubscriberData> 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 EidContainer
        Specified by:
        implementedInterface in interface RlocContainer
      • getTtl

        @Nullable java.lang.Integer getTtl()
        The time to live for the subscriber entry in minutes
        Returns:
        java.lang.Integer ttl, or null if not present