Class DescribeFlowInfoRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ess.v20201111.models.DescribeFlowInfoRequest
-
public class DescribeFlowInfoRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeFlowInfoRequest()DescribeFlowInfoRequest(DescribeFlowInfoRequest 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 AgentgetAgent()Get 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填StringgetFlowGroupId()Get 合同组ID, 如果传此参数会忽略FlowIds入参 所以如传此参数不要传FlowIds参数String[]getFlowIds()Get 需要查询的流程ID列表,限制最大100个 如果查询合同组的信息,不要传此参数UserInfogetOperator()Get 调用方用户信息,userId 必填voidsetAgent(Agent Agent)Set 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填voidsetFlowGroupId(String FlowGroupId)Set 合同组ID, 如果传此参数会忽略FlowIds入参 所以如传此参数不要传FlowIds参数voidsetFlowIds(String[] FlowIds)Set 需要查询的流程ID列表,限制最大100个 如果查询合同组的信息,不要传此参数voidsetOperator(UserInfo Operator)Set 调用方用户信息,userId 必填voidtoMap(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
-
DescribeFlowInfoRequest
public DescribeFlowInfoRequest()
-
DescribeFlowInfoRequest
public DescribeFlowInfoRequest(DescribeFlowInfoRequest 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 调用方用户信息,userId 必填- Returns:
- Operator 调用方用户信息,userId 必填
-
setOperator
public void setOperator(UserInfo Operator)
Set 调用方用户信息,userId 必填- Parameters:
Operator- 调用方用户信息,userId 必填
-
getFlowIds
public String[] getFlowIds()
Get 需要查询的流程ID列表,限制最大100个 如果查询合同组的信息,不要传此参数- Returns:
- FlowIds 需要查询的流程ID列表,限制最大100个 如果查询合同组的信息,不要传此参数
-
setFlowIds
public void setFlowIds(String[] FlowIds)
Set 需要查询的流程ID列表,限制最大100个 如果查询合同组的信息,不要传此参数- Parameters:
FlowIds- 需要查询的流程ID列表,限制最大100个 如果查询合同组的信息,不要传此参数
-
getAgent
public Agent getAgent()
Get 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填- Returns:
- Agent 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
-
setAgent
public void setAgent(Agent Agent)
Set 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填- Parameters:
Agent- 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
-
getFlowGroupId
public String getFlowGroupId()
Get 合同组ID, 如果传此参数会忽略FlowIds入参 所以如传此参数不要传FlowIds参数- Returns:
- FlowGroupId 合同组ID, 如果传此参数会忽略FlowIds入参 所以如传此参数不要传FlowIds参数
-
setFlowGroupId
public void setFlowGroupId(String FlowGroupId)
Set 合同组ID, 如果传此参数会忽略FlowIds入参 所以如传此参数不要传FlowIds参数- Parameters:
FlowGroupId- 合同组ID, 如果传此参数会忽略FlowIds入参 所以如传此参数不要传FlowIds参数
-
-