public class GetTaskResultApiRequest extends AbstractModel
Constructor and Description |
---|
GetTaskResultApiRequest() |
GetTaskResultApiRequest(GetTaskResultApiRequest 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 |
---|---|
Agent |
getAgent()
Get 应用号信息
|
UserInfo |
getOperator()
Get 操作人信息
|
OrganizationInfo |
getOrganization()
Get 暂未开放
|
String |
getTaskId()
Get 任务Id,通过CreateConvertTaskApi得到
|
void |
setAgent(Agent Agent)
Set 应用号信息
|
void |
setOperator(UserInfo Operator)
Set 操作人信息
|
void |
setOrganization(OrganizationInfo Organization)
Set 暂未开放
|
void |
setTaskId(String TaskId)
Set 任务Id,通过CreateConvertTaskApi得到
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public GetTaskResultApiRequest()
public GetTaskResultApiRequest(GetTaskResultApiRequest source)
public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- 任务Id,通过CreateConvertTaskApi得到public UserInfo getOperator()
public void setOperator(UserInfo Operator)
Operator
- 操作人信息public Agent getAgent()
public void setAgent(Agent Agent)
Agent
- 应用号信息public OrganizationInfo getOrganization()
public void setOrganization(OrganizationInfo Organization)
Organization
- 暂未开放Copyright © 2022. All rights reserved.