Interface ExperimenterMessage

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<ExperimenterMessage>, org.opendaylight.yangtools.yang.binding.BaseNotification, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, ExperimenterCore, ExperimenterOfMessage, org.opendaylight.yangtools.yang.binding.Notification, OfHeader

    public interface ExperimenterMessage
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<ExperimenterMessage>, ExperimenterOfMessage, org.opendaylight.yangtools.yang.binding.Notification
    Experimenter request message from device.

    This class represents the following YANG schema fragment defined in module openflow-protocol

     notification experimenter-message {
       uses experimenter-of-message;
     }
     
    The schema path to identify an instance is openflow-protocol/experimenter-message

    To create instances of this class use ExperimenterMessageBuilder.

    See Also:
    ExperimenterMessageBuilder