Class MonitorFields.APMMetric

  • Enclosing class:
    MonitorFields

    public static final class MonitorFields.APMMetric
    extends java.lang.Object
    The APM Metric related fields.
    Since:
    12.4.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 FIELD_ID
      Identifier of the response field.
      static java.lang.String ID
      APM Metric identifier.
      static java.lang.String VALUE
      APM Metric value.
    • Constructor Summary

      Constructors 
      Constructor Description
      APMMetric()  
    • 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 response field.
        Since:
        12.4.0
        See Also:
        Constant Field Values
      • ID

        public static final java.lang.String ID
        APM Metric identifier.
        Since:
        12.4.0
        See Also:
        Constant Field Values
      • VALUE

        public static final java.lang.String VALUE
        APM Metric value.
        Since:
        12.4.0
        See Also:
        Constant Field Values
    • Constructor Detail

      • APMMetric

        public APMMetric()