Interface PcntfMessage

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<PcntfMessage>, 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, MessageHeader

    public interface PcntfMessage
    extends org.opendaylight.yangtools.yang.binding.ChildOf<PcntfMessage>, org.opendaylight.yangtools.yang.binding.Augmentable<PcntfMessage>, MessageHeader
    Notification Message

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

     container pcntf-message {
       uses message-header;
       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

    To create instances of this class use PcntfMessageBuilder.

    See Also:
    PcntfMessageBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<PcntfMessage> 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 MessageHeader
      • 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