Class ChannelCreateFlowGroupByTemplatesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.essbasic.v20210526.models.ChannelCreateFlowGroupByTemplatesRequest
-
public class ChannelCreateFlowGroupByTemplatesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ChannelCreateFlowGroupByTemplatesRequest()ChannelCreateFlowGroupByTemplatesRequest(ChannelCreateFlowGroupByTemplatesRequest 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 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent.StringgetFlowGroupName()Get 合同组名称,长度不超过200个字符FlowInfo[]getFlowInfos()Get 每个子合同的发起所需的信息,数量限制2-50(合同组暂不支持抄送功能)voidsetAgent(Agent Agent)Set 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent.voidsetFlowGroupName(String FlowGroupName)Set 合同组名称,长度不超过200个字符voidsetFlowInfos(FlowInfo[] FlowInfos)Set 每个子合同的发起所需的信息,数量限制2-50(合同组暂不支持抄送功能)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
-
ChannelCreateFlowGroupByTemplatesRequest
public ChannelCreateFlowGroupByTemplatesRequest()
-
ChannelCreateFlowGroupByTemplatesRequest
public ChannelCreateFlowGroupByTemplatesRequest(ChannelCreateFlowGroupByTemplatesRequest 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
-
getAgent
public Agent getAgent()
Get 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 均必填。- Returns:
- Agent 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 均必填。
-
setAgent
public void setAgent(Agent Agent)
Set 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 均必填。- Parameters:
Agent- 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 均必填。
-
getFlowInfos
public FlowInfo[] getFlowInfos()
Get 每个子合同的发起所需的信息,数量限制2-50(合同组暂不支持抄送功能)- Returns:
- FlowInfos 每个子合同的发起所需的信息,数量限制2-50(合同组暂不支持抄送功能)
-
setFlowInfos
public void setFlowInfos(FlowInfo[] FlowInfos)
Set 每个子合同的发起所需的信息,数量限制2-50(合同组暂不支持抄送功能)- Parameters:
FlowInfos- 每个子合同的发起所需的信息,数量限制2-50(合同组暂不支持抄送功能)
-
getFlowGroupName
public String getFlowGroupName()
Get 合同组名称,长度不超过200个字符- Returns:
- FlowGroupName 合同组名称,长度不超过200个字符
-
setFlowGroupName
public void setFlowGroupName(String FlowGroupName)
Set 合同组名称,长度不超过200个字符- Parameters:
FlowGroupName- 合同组名称,长度不超过200个字符
-
-