Interface SentOpen

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<SentOpen>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<PeerUp>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, OpenMessage, OpenMsg

    public interface SentOpen
    extends org.opendaylight.yangtools.yang.binding.ChildOf<PeerUp>, org.opendaylight.yangtools.yang.binding.Augmentable<SentOpen>, OpenMsg
    The full OPEN message transmitted by the monitored router to its peer.

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

     container sent-open {
       uses open-msg;
     }
     
    The schema path to identify an instance is bmp-message/peer-up/sent-open

    To create instances of this class use SentOpenBuilder.

    See Also:
    SentOpenBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<SentOpen> 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 OpenMessage
        Specified by:
        implementedInterface in interface OpenMsg