public class CreateMultiFlowSignQRCodeRequest extends AbstractModel
Constructor and Description |
---|
CreateMultiFlowSignQRCodeRequest() |
CreateMultiFlowSignQRCodeRequest(CreateMultiFlowSignQRCodeRequest 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()
Deprecated.
|
ApproverRestriction |
getApproverRestrictions()
Deprecated.
|
String |
getCallbackUrl()
Get 回调地址,最大长度1000字符串
回调时机:
用户通过签署二维码发起签署流程时,企业额度不足导致失败
|
Long |
getFlowEffectiveDay()
Get 签署流程有效天数 默认7天 最高设置不超过30天
|
String |
getFlowName()
Get 签署流程名称,最大长度不超过200字符
|
Long |
getMaxFlowNum()
Get 最大可发起签署流程份数,默认5份
发起流程数量超过此上限后二维码自动失效
|
UserInfo |
getOperator()
Get 用户信息,其中UserId为必填参数
|
Long |
getQrEffectiveDay()
Get 二维码有效天数 默认7天 最高设置不超过90天
|
ApproverRestriction[] |
getRestrictions()
Get 限制二维码用户条件
|
String |
getTemplateId()
Get 模板ID
|
String |
getUserData()
Get 用户自定义字段,回调的时候会进行透传,长度需要小于20480
|
void |
setAgent(Agent Agent)
Deprecated.
|
void |
setApproverRestrictions(ApproverRestriction ApproverRestrictions)
Deprecated.
|
void |
setCallbackUrl(String CallbackUrl)
Set 回调地址,最大长度1000字符串
回调时机:
用户通过签署二维码发起签署流程时,企业额度不足导致失败
|
void |
setFlowEffectiveDay(Long FlowEffectiveDay)
Set 签署流程有效天数 默认7天 最高设置不超过30天
|
void |
setFlowName(String FlowName)
Set 签署流程名称,最大长度不超过200字符
|
void |
setMaxFlowNum(Long MaxFlowNum)
Set 最大可发起签署流程份数,默认5份
发起流程数量超过此上限后二维码自动失效
|
void |
setOperator(UserInfo Operator)
Set 用户信息,其中UserId为必填参数
|
void |
setQrEffectiveDay(Long QrEffectiveDay)
Set 二维码有效天数 默认7天 最高设置不超过90天
|
void |
setRestrictions(ApproverRestriction[] Restrictions)
Set 限制二维码用户条件
|
void |
setTemplateId(String TemplateId)
Set 模板ID
|
void |
setUserData(String UserData)
Set 用户自定义字段,回调的时候会进行透传,长度需要小于20480
|
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 CreateMultiFlowSignQRCodeRequest()
public CreateMultiFlowSignQRCodeRequest(CreateMultiFlowSignQRCodeRequest source)
public UserInfo getOperator()
public void setOperator(UserInfo Operator)
Operator
- 用户信息,其中UserId为必填参数public String getTemplateId()
public void setTemplateId(String TemplateId)
TemplateId
- 模板IDpublic String getFlowName()
public void setFlowName(String FlowName)
FlowName
- 签署流程名称,最大长度不超过200字符public Long getMaxFlowNum()
public void setMaxFlowNum(Long MaxFlowNum)
MaxFlowNum
- 最大可发起签署流程份数,默认5份
发起流程数量超过此上限后二维码自动失效public Long getFlowEffectiveDay()
public void setFlowEffectiveDay(Long FlowEffectiveDay)
FlowEffectiveDay
- 签署流程有效天数 默认7天 最高设置不超过30天public Long getQrEffectiveDay()
public void setQrEffectiveDay(Long QrEffectiveDay)
QrEffectiveDay
- 二维码有效天数 默认7天 最高设置不超过90天public ApproverRestriction[] getRestrictions()
public void setRestrictions(ApproverRestriction[] Restrictions)
Restrictions
- 限制二维码用户条件public String getUserData()
public void setUserData(String UserData)
UserData
- 用户自定义字段,回调的时候会进行透传,长度需要小于20480public String getCallbackUrl()
public void setCallbackUrl(String CallbackUrl)
CallbackUrl
- 回调地址,最大长度1000字符串
回调时机:
用户通过签署二维码发起签署流程时,企业额度不足导致失败@Deprecated public Agent getAgent()
@Deprecated public void setAgent(Agent Agent)
Agent
- 应用信息@Deprecated public ApproverRestriction getApproverRestrictions()
@Deprecated public void setApproverRestrictions(ApproverRestriction ApproverRestrictions)
ApproverRestrictions
- 限制二维码用户条件(已弃用)Copyright © 2023. All rights reserved.