Class MonitorFields.HttpIntegrator.Response

  • Enclosing class:
    MonitorFields.HttpIntegrator

    public static class MonitorFields.HttpIntegrator.Response
    extends java.lang.Object
    The execution response related fields.
    Since:
    17.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 BODY_CONTENT_LENGTH
      Execution response content length field.
      static java.lang.String BODY_CONTENT_TYPE
      Execution response content type field.
      static java.lang.String FIELD_ID
      Identifier of the execution response field.
      static java.lang.String STATUS_CODE
      Execution response status code field.
    • Constructor Summary

      Constructors 
      Constructor Description
      Response()  
    • 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 execution response field.
        Since:
        17.0.0
        See Also:
        Constant Field Values
      • STATUS_CODE

        public static final java.lang.String STATUS_CODE
        Execution response status code field.
        Since:
        17.0.0
        See Also:
        Constant Field Values
      • BODY_CONTENT_LENGTH

        public static final java.lang.String BODY_CONTENT_LENGTH
        Execution response content length field.
        Since:
        17.0.0
        See Also:
        Constant Field Values
      • BODY_CONTENT_TYPE

        public static final java.lang.String BODY_CONTENT_TYPE
        Execution response content type field.
        Since:
        17.0.0
        See Also:
        Constant Field Values
    • Constructor Detail

      • Response

        public Response()