public class CreateFlowGroupByFilesRequest extends AbstractModel
skipSign
Constructor and Description |
---|
CreateFlowGroupByFilesRequest() |
CreateFlowGroupByFilesRequest(CreateFlowGroupByFilesRequest 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 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
|
FlowGroupInfo[] |
getFlowGroupInfos()
Get 合同(流程)组的子合同信息,支持2-50个子合同
|
String |
getFlowGroupName()
Get 合同(流程)组名称,最大长度200个字符
|
FlowGroupOptions |
getFlowGroupOptions()
Get 合同(流程)组的配置项信息。包括是否通知本企业签署方,是否通知其他签署方
|
UserInfo |
getOperator()
Get 调用方用户信息,userId 必填。支持填入集团子公司经办人 userId 代发合同
|
void |
setAgent(Agent Agent)
Set 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
|
void |
setFlowGroupInfos(FlowGroupInfo[] FlowGroupInfos)
Set 合同(流程)组的子合同信息,支持2-50个子合同
|
void |
setFlowGroupName(String FlowGroupName)
Set 合同(流程)组名称,最大长度200个字符
|
void |
setFlowGroupOptions(FlowGroupOptions FlowGroupOptions)
Set 合同(流程)组的配置项信息。包括是否通知本企业签署方,是否通知其他签署方
|
void |
setOperator(UserInfo Operator)
Set 调用方用户信息,userId 必填。支持填入集团子公司经办人 userId 代发合同
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateFlowGroupByFilesRequest()
public CreateFlowGroupByFilesRequest(CreateFlowGroupByFilesRequest source)
public UserInfo getOperator()
public void setOperator(UserInfo Operator)
Operator
- 调用方用户信息,userId 必填。支持填入集团子公司经办人 userId 代发合同public String getFlowGroupName()
public void setFlowGroupName(String FlowGroupName)
FlowGroupName
- 合同(流程)组名称,最大长度200个字符public FlowGroupInfo[] getFlowGroupInfos()
public void setFlowGroupInfos(FlowGroupInfo[] FlowGroupInfos)
FlowGroupInfos
- 合同(流程)组的子合同信息,支持2-50个子合同public Agent getAgent()
public void setAgent(Agent Agent)
Agent
- 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填public FlowGroupOptions getFlowGroupOptions()
public void setFlowGroupOptions(FlowGroupOptions FlowGroupOptions)
FlowGroupOptions
- 合同(流程)组的配置项信息。包括是否通知本企业签署方,是否通知其他签署方Copyright © 2023. All rights reserved.