Class DescribeFlowComponentsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ess.v20201111.models.DescribeFlowComponentsRequest
-
public class DescribeFlowComponentsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeFlowComponentsRequest
public DescribeFlowComponentsRequest()
-
DescribeFlowComponentsRequest
public 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.
-
-
Method Detail
-
getOperator
public UserInfo getOperator()
Get 操作者信息- Returns:
- Operator 操作者信息
-
setOperator
public void setOperator(UserInfo Operator)
Set 操作者信息- Parameters:
Operator
- 操作者信息
-
getFlowId
public String getFlowId()
Get 流程(合同)的编号- Returns:
- FlowId 流程(合同)的编号
-
setFlowId
public void setFlowId(String FlowId)
Set 流程(合同)的编号- Parameters:
FlowId
- 流程(合同)的编号
-
getAgent
public Agent getAgent()
Get 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填- Returns:
- Agent 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
-
setAgent
public void setAgent(Agent Agent)
Set 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填- Parameters:
Agent
- 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
-
-