/AWS1/CL_CWSSERVICEOPENTITY¶
A structure that contains identifying information for a service operation entity.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_service TYPE REF TO /AWS1/CL_CWSSERVICEENTITY /AWS1/CL_CWSSERVICEENTITY¶
The service entity that contains this operation.
iv_operation TYPE /AWS1/CWSSTRING /AWS1/CWSSTRING¶
The name of the operation.
iv_metrictype TYPE /AWS1/CWSSTRING /AWS1/CWSSTRING¶
The type of metric associated with this service operation.
Queryable Attributes¶
Service¶
The service entity that contains this operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVICE() |
Getter for SERVICE |
Operation¶
The name of the operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPERATION() |
Getter for OPERATION, with configurable default |
ASK_OPERATION() |
Getter for OPERATION w/ exceptions if field has no value |
HAS_OPERATION() |
Determine if OPERATION has a value |
MetricType¶
The type of metric associated with this service operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METRICTYPE() |
Getter for METRICTYPE, with configurable default |
ASK_METRICTYPE() |
Getter for METRICTYPE w/ exceptions if field has no value |
HAS_METRICTYPE() |
Determine if METRICTYPE has a value |