Interface Notification

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Notification>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<PeerDown>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, NotifyMessage

    public interface Notification
    extends org.opendaylight.yangtools.yang.binding.ChildOf<PeerDown>, org.opendaylight.yangtools.yang.binding.Augmentable<Notification>, NotifyMessage
    BGP PDU containing the BGP NOTIFICATION message as received from the peer.

    This class represents the following YANG schema fragment defined in module bmp-message

     container notification {
       uses bgp-msg:notify-message;
     }
     
    The schema path to identify an instance is bmp-message/peer-down/data/notification/notification

    To create instances of this class use NotificationBuilder.

    See Also:
    NotificationBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<Notification> 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 NotifyMessage