public class DescribeTaskStatusRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeTaskStatusRequest() |
DescribeTaskStatusRequest(DescribeTaskStatusRequest 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 |
---|---|
Long |
getTaskId()
Get Task ID obtained from the CreateRecTask API, which is used to obtain the task status and results.
|
void |
setTaskId(Long TaskId)
Set Task ID obtained from the CreateRecTask API, which is used to obtain the task status and results.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeTaskStatusRequest()
public DescribeTaskStatusRequest(DescribeTaskStatusRequest source)
public Long getTaskId()
public void setTaskId(Long TaskId)
TaskId
- Task ID obtained from the CreateRecTask API, which is used to obtain the task status and results.
Note: A task is valid for 24 hours. Do not query the results with the tasks that have existed for more than 24 hours. **Copyright © 2025. All rights reserved.