public class ChannelCreateFlowRemindsRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Agent |
getAgent()
Get 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent.
|
String[] |
getFlowIds()
Get 签署流程Id数组,最多100个,超过100不处理
|
void |
setAgent(Agent Agent)
Set 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent.
|
void |
setFlowIds(String[] FlowIds)
Set 签署流程Id数组,最多100个,超过100不处理
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ChannelCreateFlowRemindsRequest()
public ChannelCreateFlowRemindsRequest(ChannelCreateFlowRemindsRequest source)
public Agent getAgent()
public void setAgent(Agent Agent)
Agent
- 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。public String[] getFlowIds()
public void setFlowIds(String[] FlowIds)
FlowIds
- 签署流程Id数组,最多100个,超过100不处理Copyright © 2023. All rights reserved.