public class ChannelCreateFlowGroupByFilesRequest extends AbstractModel
Constructor and Description |
---|
ChannelCreateFlowGroupByFilesRequest() |
ChannelCreateFlowGroupByFilesRequest(ChannelCreateFlowGroupByFilesRequest 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.
|
FlowFileInfo[] |
getFlowFileInfos()
Get 每个子合同的发起所需的信息,数量限制2-100
|
String |
getFlowGroupName()
Get 合同组名称,长度不超过200个字符
|
UserInfo |
getOperator()
Get 操作者的信息
|
void |
setAgent(Agent Agent)
Set 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent.
|
void |
setFlowFileInfos(FlowFileInfo[] FlowFileInfos)
Set 每个子合同的发起所需的信息,数量限制2-100
|
void |
setFlowGroupName(String FlowGroupName)
Set 合同组名称,长度不超过200个字符
|
void |
setOperator(UserInfo Operator)
Set 操作者的信息
|
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 ChannelCreateFlowGroupByFilesRequest()
public ChannelCreateFlowGroupByFilesRequest(ChannelCreateFlowGroupByFilesRequest source)
public FlowFileInfo[] getFlowFileInfos()
public void setFlowFileInfos(FlowFileInfo[] FlowFileInfos)
FlowFileInfos
- 每个子合同的发起所需的信息,数量限制2-100public String getFlowGroupName()
public void setFlowGroupName(String FlowGroupName)
FlowGroupName
- 合同组名称,长度不超过200个字符public Agent getAgent()
public void setAgent(Agent Agent)
Agent
- 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。public UserInfo getOperator()
public void setOperator(UserInfo Operator)
Operator
- 操作者的信息Copyright © 2022. All rights reserved.