public class GetTaskResultApiRequest extends AbstractModel
header, skipSign
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 代理企业和员工的信息。 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
UserInfo |
getOperator()
Get 操作人信息,UserId必填
|
OrganizationInfo |
getOrganization()
Deprecated.
|
String |
getTaskId()
Get 任务Id,通过接口CreateConvertTaskApi或CreateMergeFileTask得到的返回任务id
|
void |
setAgent(Agent Agent)
Set 代理企业和员工的信息。 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
void |
setOperator(UserInfo Operator)
Set 操作人信息,UserId必填
|
void |
setOrganization(OrganizationInfo Organization)
Deprecated.
|
void |
setTaskId(String TaskId)
Set 任务Id,通过接口CreateConvertTaskApi或CreateMergeFileTask得到的返回任务id
|
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 GetTaskResultApiRequest()
public GetTaskResultApiRequest(GetTaskResultApiRequest source)
public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- 任务Id,通过接口CreateConvertTaskApi或CreateMergeFileTask得到的返回任务idpublic UserInfo getOperator()
public void setOperator(UserInfo Operator)
Operator
- 操作人信息,UserId必填public Agent getAgent()
public void setAgent(Agent Agent)
Agent
- 代理企业和员工的信息。 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。@Deprecated public OrganizationInfo getOrganization()
@Deprecated public void setOrganization(OrganizationInfo Organization)
Organization
- 暂未开放Copyright © 2023. All rights reserved.