Interface NodeExperimenterErrorNotification

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<NodeExperimenterErrorNotification>, org.opendaylight.yangtools.yang.binding.BaseNotification, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, ExperimenterErrorMessage, org.opendaylight.yangtools.yang.binding.Notification, TransactionAware

    @Deprecated
    public interface NodeExperimenterErrorNotification
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<NodeExperimenterErrorNotification>, ExperimenterErrorMessage, TransactionAware, org.opendaylight.yangtools.yang.binding.Notification
    Deprecated.

    This class represents the following YANG schema fragment defined in module sal-flow

     notification node-experimenter-error-notification {
       status deprecated;
       uses error:experimenter-error-message;
       uses tr:transaction-aware;
     }
     
    The schema path to identify an instance is sal-flow/node-experimenter-error-notification

    To create instances of this class use NodeExperimenterErrorNotificationBuilder.

    See Also:
    NodeExperimenterErrorNotificationBuilder