Interface InitiationMessage

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<InitiationMessage>, org.opendaylight.yangtools.yang.binding.BaseNotification, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Initiation, org.opendaylight.yangtools.yang.binding.Notification

    public interface InitiationMessage
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<InitiationMessage>, Initiation, org.opendaylight.yangtools.yang.binding.Notification
    The initiation message provides a means for the monitored router to inform the monitoring station of its vendor, software version, and so on.

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

     notification initiation-message {
       uses initiation;
     }
     
    The schema path to identify an instance is bmp-message/initiation-message

    To create instances of this class use InitiationMessageBuilder.

    See Also:
    InitiationMessageBuilder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<InitiationMessage> 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 Initiation