Class MonitorFields.Event.Failure

  • Enclosing class:
    MonitorFields.Event

    public static final class MonitorFields.Event.Failure
    extends java.lang.Object
    Event failure information.
    Since:
    11.0.0
    Version:
    $Revision: 26587 $ $Date: 2024-08-26 21:09:17 -0300 (Mon, 26 Aug 2024) $
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String COUNT
      Event success count.
      static java.lang.String FIELD_ID
      Identifier of the service instance field.
    • Constructor Summary

      Constructors 
      Constructor Description
      Failure()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • FIELD_ID

        public static final java.lang.String FIELD_ID
        Identifier of the service instance field.
        Since:
        11.0.0
        See Also:
        Constant Field Values
      • COUNT

        public static final java.lang.String COUNT
        Event success count.
        Since:
        11.0.0
        See Also:
        Constant Field Values
    • Constructor Detail

      • Failure

        public Failure()