/AWS1/CL_ADSSTOPCONTEXPORTRSP¶
StopContinuousExportResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_starttime TYPE /AWS1/ADSTIMESTAMP /AWS1/ADSTIMESTAMP¶
Timestamp that represents when this continuous export started collecting data.
iv_stoptime TYPE /AWS1/ADSTIMESTAMP /AWS1/ADSTIMESTAMP¶
Timestamp that represents when this continuous export was stopped.
Queryable Attributes¶
startTime¶
Timestamp that represents when this continuous export started collecting data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTTIME() |
Getter for STARTTIME, with configurable default |
ASK_STARTTIME() |
Getter for STARTTIME w/ exceptions if field has no value |
HAS_STARTTIME() |
Determine if STARTTIME has a value |
stopTime¶
Timestamp that represents when this continuous export was stopped.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STOPTIME() |
Getter for STOPTIME, with configurable default |
ASK_STOPTIME() |
Getter for STOPTIME w/ exceptions if field has no value |
HAS_STOPTIME() |
Determine if STOPTIME has a value |