Class ChannelCreateFlowRemindsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.essbasic.v20210526.models.ChannelCreateFlowRemindsRequest
-
public class ChannelCreateFlowRemindsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ChannelCreateFlowRemindsRequest()ChannelCreateFlowRemindsRequest(ChannelCreateFlowRemindsRequest 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.String[]getFlowIds()Get 签署流程Id数组,最多100个,超过100不处理voidsetAgent(Agent Agent)Set 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent.voidsetFlowIds(String[] FlowIds)Set 签署流程Id数组,最多100个,超过100不处理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
-
ChannelCreateFlowRemindsRequest
public ChannelCreateFlowRemindsRequest()
-
ChannelCreateFlowRemindsRequest
public ChannelCreateFlowRemindsRequest(ChannelCreateFlowRemindsRequest 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 必填。
-
getFlowIds
public String[] getFlowIds()
Get 签署流程Id数组,最多100个,超过100不处理- Returns:
- FlowIds 签署流程Id数组,最多100个,超过100不处理
-
setFlowIds
public void setFlowIds(String[] FlowIds)
Set 签署流程Id数组,最多100个,超过100不处理- Parameters:
FlowIds- 签署流程Id数组,最多100个,超过100不处理
-
-