public class FlowDetailInfo extends AbstractModel
Constructor and Description |
---|
FlowDetailInfo() |
FlowDetailInfo(FlowDetailInfo 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 |
getCreateOn()
Get 合同(流程)的创建时间戳
|
String |
getCustomData()
Get 用户自定义数据
|
Long |
getDeadLine()
Get 合同(流程)的签署截止时间戳
|
FlowApproverDetail[] |
getFlowApproverInfos()
Get 合同(流程)的签署人数组
|
String |
getFlowId()
Get 合同(流程)的Id
|
String |
getFlowMessage()
Get 合同(流程)的信息
|
String |
getFlowName()
Get 合同(流程)的名字
|
String |
getFlowStatus()
Get 合同(流程)的状态
|
String |
getFlowType()
Get 合同(流程)的类型
|
void |
setCreateOn(Long CreateOn)
Set 合同(流程)的创建时间戳
|
void |
setCustomData(String CustomData)
Set 用户自定义数据
|
void |
setDeadLine(Long DeadLine)
Set 合同(流程)的签署截止时间戳
|
void |
setFlowApproverInfos(FlowApproverDetail[] FlowApproverInfos)
Set 合同(流程)的签署人数组
|
void |
setFlowId(String FlowId)
Set 合同(流程)的Id
|
void |
setFlowMessage(String FlowMessage)
Set 合同(流程)的信息
|
void |
setFlowName(String FlowName)
Set 合同(流程)的名字
|
void |
setFlowStatus(String FlowStatus)
Set 合同(流程)的状态
|
void |
setFlowType(String FlowType)
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 FlowDetailInfo()
public FlowDetailInfo(FlowDetailInfo source)
public String getFlowId()
public void setFlowId(String FlowId)
FlowId
- 合同(流程)的Idpublic String getFlowName()
public void setFlowName(String FlowName)
FlowName
- 合同(流程)的名字public String getFlowType()
public void setFlowType(String FlowType)
FlowType
- 合同(流程)的类型public String getFlowStatus()
public void setFlowStatus(String FlowStatus)
FlowStatus
- 合同(流程)的状态public String getFlowMessage()
public void setFlowMessage(String FlowMessage)
FlowMessage
- 合同(流程)的信息public Long getCreateOn()
public void setCreateOn(Long CreateOn)
CreateOn
- 合同(流程)的创建时间戳public Long getDeadLine()
public void setDeadLine(Long DeadLine)
DeadLine
- 合同(流程)的签署截止时间戳public String getCustomData()
public void setCustomData(String CustomData)
CustomData
- 用户自定义数据public FlowApproverDetail[] getFlowApproverInfos()
public void setFlowApproverInfos(FlowApproverDetail[] FlowApproverInfos)
FlowApproverInfos
- 合同(流程)的签署人数组Copyright © 2022. All rights reserved.