public class BaseFlowInfo extends AbstractModel
Constructor and Description |
---|
BaseFlowInfo() |
BaseFlowInfo(BaseFlowInfo 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 |
---|---|
Long |
getDeadline()
Get 合同流程截止时间,unix时间戳
|
String |
getFlowDescription()
Get 合同流程描述信息
|
String |
getFlowName()
Get 合同流程名称
|
String |
getFlowType()
Get 合同流程类型
|
FormField[] |
getFormFields()
Get 填写控件内容
|
String |
getIntelligentStatus()
Get 打开智能添加填写区(默认开启,打开:"OPEN" 关闭:"CLOSE")
|
Boolean |
getNeedSignReview()
Get 本企业(发起方企业)是否需要签署审批,true:开启本企业签署审批
|
Boolean |
getUnordered()
Get 是否顺序签署(true:无序签,false:顺序签)
|
void |
setDeadline(Long Deadline)
Set 合同流程截止时间,unix时间戳
|
void |
setFlowDescription(String FlowDescription)
Set 合同流程描述信息
|
void |
setFlowName(String FlowName)
Set 合同流程名称
|
void |
setFlowType(String FlowType)
Set 合同流程类型
|
void |
setFormFields(FormField[] FormFields)
Set 填写控件内容
|
void |
setIntelligentStatus(String IntelligentStatus)
Set 打开智能添加填写区(默认开启,打开:"OPEN" 关闭:"CLOSE")
|
void |
setNeedSignReview(Boolean NeedSignReview)
Set 本企业(发起方企业)是否需要签署审批,true:开启本企业签署审批
|
void |
setUnordered(Boolean Unordered)
Set 是否顺序签署(true:无序签,false:顺序签)
|
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 BaseFlowInfo()
public BaseFlowInfo(BaseFlowInfo source)
public String getFlowName()
public void setFlowName(String FlowName)
FlowName
- 合同流程名称public String getFlowType()
public void setFlowType(String FlowType)
FlowType
- 合同流程类型public String getFlowDescription()
public void setFlowDescription(String FlowDescription)
FlowDescription
- 合同流程描述信息public Long getDeadline()
public void setDeadline(Long Deadline)
Deadline
- 合同流程截止时间,unix时间戳public Boolean getUnordered()
public void setUnordered(Boolean Unordered)
Unordered
- 是否顺序签署(true:无序签,false:顺序签)public String getIntelligentStatus()
public void setIntelligentStatus(String IntelligentStatus)
IntelligentStatus
- 打开智能添加填写区(默认开启,打开:"OPEN" 关闭:"CLOSE")public FormField[] getFormFields()
public void setFormFields(FormField[] FormFields)
FormFields
- 填写控件内容public Boolean getNeedSignReview()
public void setNeedSignReview(Boolean NeedSignReview)
NeedSignReview
- 本企业(发起方企业)是否需要签署审批,true:开启本企业签署审批Copyright © 2023. All rights reserved.