Interface ReceivedOpen

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<ReceivedOpen>, 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 ReceivedOpen
    extends org.opendaylight.yangtools.yang.binding.ChildOf<PeerUp>, org.opendaylight.yangtools.yang.binding.Augmentable<ReceivedOpen>, OpenMsg
    The full OPEN message received by the monitored router from its peer.

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

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

    To create instances of this class use ReceivedOpenBuilder.

    See Also:
    ReceivedOpenBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<ReceivedOpen> 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