public class DescribeAsyncRequestInfoResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeAsyncRequestInfoResponse() |
DescribeAsyncRequestInfoResponse(DescribeAsyncRequestInfoResponse source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getEndTime()
Get Task execution end time.
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
String |
getStartTime()
Get Task execution start time.
|
String |
getStatus()
Get Status.
|
void |
setEndTime(String EndTime)
Set Task execution end time.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setStartTime(String StartTime)
Set Task execution start time.
|
void |
setStatus(String Status)
Set Status.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeAsyncRequestInfoResponse()
public DescribeAsyncRequestInfoResponse(DescribeAsyncRequestInfoResponse source)
public String getStatus()
public void setStatus(String Status)
Status
- Status. Valid values: `initial` (initializing), `running`, `paused` (paused due to failure), `undoed` (rolled back due to failure), `failed` (ended due to failure), `success`public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Task execution start time.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- Task execution end time.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2025. All rights reserved.