public class FlowInfo extends AbstractModel
Constructor and Description |
---|
FlowInfo() |
FlowInfo(FlowInfo 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 |
---|---|
String |
getCallbackUrl()
Get 回调地址
|
CcInfo[] |
getCcInfos()
Get 被抄送人的信息列表,抄送功能暂不开放
|
String |
getCustomerData()
Get 渠道的业务信息,限制1024字符
|
Long |
getDeadline()
Get 签署截止时间戳,超过有效签署时间则该签署流程失败,默认一年
|
FlowApproverInfo[] |
getFlowApprovers()
Get 多个签署人信息,渠道侧目前不支持超过5个签署方信息
|
String |
getFlowDescription()
Get 合同描述
|
String |
getFlowName()
Get 合同名字
|
String |
getFlowType()
Get 合同类型:
1.
|
FormField[] |
getFormFields()
Get 表单K-V对列表
|
String |
getTemplateId()
Get 模板ID
|
void |
setCallbackUrl(String CallbackUrl)
Set 回调地址
|
void |
setCcInfos(CcInfo[] CcInfos)
Set 被抄送人的信息列表,抄送功能暂不开放
|
void |
setCustomerData(String CustomerData)
Set 渠道的业务信息,限制1024字符
|
void |
setDeadline(Long Deadline)
Set 签署截止时间戳,超过有效签署时间则该签署流程失败,默认一年
|
void |
setFlowApprovers(FlowApproverInfo[] FlowApprovers)
Set 多个签署人信息,渠道侧目前不支持超过5个签署方信息
|
void |
setFlowDescription(String FlowDescription)
Set 合同描述
|
void |
setFlowName(String FlowName)
Set 合同名字
|
void |
setFlowType(String FlowType)
Set 合同类型:
1.
|
void |
setFormFields(FormField[] FormFields)
Set 表单K-V对列表
|
void |
setTemplateId(String TemplateId)
Set 模板ID
|
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 FlowInfo()
public FlowInfo(FlowInfo source)
public String getFlowName()
public void setFlowName(String FlowName)
FlowName
- 合同名字public Long getDeadline()
public void setDeadline(Long Deadline)
Deadline
- 签署截止时间戳,超过有效签署时间则该签署流程失败,默认一年public String getTemplateId()
public void setTemplateId(String TemplateId)
TemplateId
- 模板IDpublic String getFlowType()
public void setFlowType(String FlowType)
FlowType
- 合同类型:
1. “劳务”
2. “销售”
3. “租赁”
4. “其他”public String getCallbackUrl()
public void setCallbackUrl(String CallbackUrl)
CallbackUrl
- 回调地址public FlowApproverInfo[] getFlowApprovers()
public void setFlowApprovers(FlowApproverInfo[] FlowApprovers)
FlowApprovers
- 多个签署人信息,渠道侧目前不支持超过5个签署方信息public FormField[] getFormFields()
public void setFormFields(FormField[] FormFields)
FormFields
- 表单K-V对列表public String getFlowDescription()
public void setFlowDescription(String FlowDescription)
FlowDescription
- 合同描述public String getCustomerData()
public void setCustomerData(String CustomerData)
CustomerData
- 渠道的业务信息,限制1024字符public CcInfo[] getCcInfos()
public void setCcInfos(CcInfo[] CcInfos)
CcInfos
- 被抄送人的信息列表,抄送功能暂不开放Copyright © 2022. All rights reserved.