Package lumis.portal.monitor
Class MonitorFields.HttpIntegrator.Response
- java.lang.Object
-
- lumis.portal.monitor.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$ $Date$
-
-
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()
-
-
-
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
-
-