Interface Notifications

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

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

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

     list notifications {
       uses notification-object;
     }
     
    The schema path to identify an instance is pcep-types/pcntf-message/pcntf-message/notifications/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
        Specified by:
        implementedInterface in interface NotificationObject