public class DescribeFlowDetailInfoRequest extends AbstractModel
Constructor and Description |
---|
DescribeFlowDetailInfoRequest() |
DescribeFlowDetailInfoRequest(DescribeFlowDetailInfoRequest 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.
|
String |
getFlowGroupId()
Get 合同组编号(备注:该参数和合同(流程)编号数组必须二选一)
|
String[] |
getFlowIds()
Get 合同(流程)编号数组,最多支持100个。
(备注:该参数和合同组编号必须二选一)
|
UserInfo |
getOperator()
Get 操作者的信息
|
void |
setAgent(Agent Agent)
Set 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent.
|
void |
setFlowGroupId(String FlowGroupId)
Set 合同组编号(备注:该参数和合同(流程)编号数组必须二选一)
|
void |
setFlowIds(String[] FlowIds)
Set 合同(流程)编号数组,最多支持100个。
(备注:该参数和合同组编号必须二选一)
|
void |
setOperator(UserInfo Operator)
Set 操作者的信息
|
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 DescribeFlowDetailInfoRequest()
public DescribeFlowDetailInfoRequest(DescribeFlowDetailInfoRequest source)
public Agent getAgent()
public void setAgent(Agent Agent)
Agent
- 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。public String[] getFlowIds()
public void setFlowIds(String[] FlowIds)
FlowIds
- 合同(流程)编号数组,最多支持100个。
(备注:该参数和合同组编号必须二选一)public UserInfo getOperator()
public void setOperator(UserInfo Operator)
Operator
- 操作者的信息public String getFlowGroupId()
public void setFlowGroupId(String FlowGroupId)
FlowGroupId
- 合同组编号(备注:该参数和合同(流程)编号数组必须二选一)Copyright © 2022. All rights reserved.