public class ChannelGetTaskResultApiRequest extends AbstractModel
Constructor and Description |
---|
ChannelGetTaskResultApiRequest() |
ChannelGetTaskResultApiRequest(ChannelGetTaskResultApiRequest 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 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent.
|
UserInfo |
getOperator()
Get 操作者的信息
|
OrganizationInfo |
getOrganization()
Get 暂未开放
|
String |
getTaskId()
Get 任务Id,通过ChannelCreateConvertTaskApi接口获得
|
void |
setAgent(Agent Agent)
Set 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent.
|
void |
setOperator(UserInfo Operator)
Set 操作者的信息
|
void |
setOrganization(OrganizationInfo Organization)
Set 暂未开放
|
void |
setTaskId(String TaskId)
Set 任务Id,通过ChannelCreateConvertTaskApi接口获得
|
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 ChannelGetTaskResultApiRequest()
public ChannelGetTaskResultApiRequest(ChannelGetTaskResultApiRequest source)
public Agent getAgent()
public void setAgent(Agent Agent)
Agent
- 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- 任务Id,通过ChannelCreateConvertTaskApi接口获得public UserInfo getOperator()
public void setOperator(UserInfo Operator)
Operator
- 操作者的信息public OrganizationInfo getOrganization()
public void setOrganization(OrganizationInfo Organization)
Organization
- 暂未开放Copyright © 2022. All rights reserved.