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 | 
getDescription()
Get Task description. 
 | 
String | 
getRequestId()
Get The unique request ID, which is returned for each request. 
 | 
Long | 
getTaskStatus()
Get 0: processing, 1: processing succeeded, 2: processing failed 
 | 
void | 
setDescription(String Description)
Set Task description. 
 | 
void | 
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request. 
 | 
void | 
setTaskStatus(Long TaskStatus)
Set 0: processing, 1: processing succeeded, 2: processing failed 
 | 
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, toJsonStringpublic DescribeAsyncRequestInfoResponse()
public DescribeAsyncRequestInfoResponse(DescribeAsyncRequestInfoResponse source)
public Long getTaskStatus()
public void setTaskStatus(Long TaskStatus)
TaskStatus - 0: processing, 1: processing succeeded, 2: processing failedpublic String getDescription()
public void setDescription(String Description)
Description - Task description.public String getRequestId()
public void setRequestId(String RequestId)
RequestId - The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2025. All rights reserved.