public class DescribeTaskRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeTaskRequest() | 
| DescribeTaskRequest(DescribeTaskRequest 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 | getEccAppid()Get 业务应用ID,与账号应用APPID无关,是用来方便客户管理服务的参数(暂时无需传入)。 | 
| String | getTaskId()Get 任务 ID | 
| void | setEccAppid(String EccAppid)Set 业务应用ID,与账号应用APPID无关,是用来方便客户管理服务的参数(暂时无需传入)。 | 
| void | setTaskId(String TaskId)Set 任务 ID | 
| 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 DescribeTaskRequest()
public DescribeTaskRequest(DescribeTaskRequest source)
public String getTaskId()
public void setTaskId(String TaskId)
TaskId - 任务 IDpublic String getEccAppid()
public void setEccAppid(String EccAppid)
EccAppid - 业务应用ID,与账号应用APPID无关,是用来方便客户管理服务的参数(暂时无需传入)。Copyright © 2025. All rights reserved.