Interface SwitchIdleEvent

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

    public interface SwitchIdleEvent
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<SwitchIdleEvent>, org.opendaylight.yangtools.yang.binding.Notification
    Switch-idle notification

    This class represents the following YANG schema fragment defined in module system-notifications

     notification switch-idle-event {
       leaf info {
         type string;
       }
     }
     
    The schema path to identify an instance is system-notifications/switch-idle-event

    To create instances of this class use SwitchIdleEventBuilder.

    See Also:
    SwitchIdleEventBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<SwitchIdleEvent> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getInfo

        @Nullable String getInfo()
        Returns:
        java.lang.String info, or null if not present