public class DescribeFlowComponentsRequest extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeFlowComponentsRequest() |
DescribeFlowComponentsRequest(DescribeFlowComponentsRequest 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必填
|
String |
getFlowId()
Get 流程(合同)的编号
|
UserInfo |
getOperator()
Get 操作者信息
|
void |
setAgent(Agent Agent)
Set 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
|
void |
setFlowId(String FlowId)
Set 流程(合同)的编号
|
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, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeFlowComponentsRequest()
public DescribeFlowComponentsRequest(DescribeFlowComponentsRequest source)
public UserInfo getOperator()
public void setOperator(UserInfo Operator)
Operator
- 操作者信息public String getFlowId()
public void setFlowId(String FlowId)
FlowId
- 流程(合同)的编号public Agent getAgent()
public void setAgent(Agent Agent)
Agent
- 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填Copyright © 2023. All rights reserved.