Interface Notifications

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Notifications>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<PcntfMessage>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface Notifications
    extends org.opendaylight.yangtools.yang.binding.ChildOf<PcntfMessage>, org.opendaylight.yangtools.yang.binding.Augmentable<Notifications>

    This class represents the following YANG schema fragment defined in module pcep-types

     list notifications {
       list rps {
         uses rp-object;
       }
       list notifications {
         uses notification-object;
       }
     }
     
    The schema path to identify an instance is pcep-types/pcntf-message/pcntf-message/notifications

    To create instances of this class use NotificationsBuilder.

    See Also:
    NotificationsBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<Notifications> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getRps

        @Nullable List<Rps> getRps()
        Returns:
        java.util.List rps, or null if not present
      • nonnullRps

        default @NonNull List<Rps> nonnullRps()
        Returns:
        java.util.List rps, or an empty list if it is not present
      • getNotifications

        @Nullable List<Notifications> getNotifications()
        Returns:
        java.util.List notifications, or null if not present
      • nonnullNotifications

        default @NonNull List<Notifications> nonnullNotifications()
        Returns:
        java.util.List notifications, or an empty list if it is not present