public class RemindFlowRecords extends AbstractModel
header, skipSign
Constructor and Description |
---|
RemindFlowRecords() |
RemindFlowRecords(RemindFlowRecords 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 |
---|---|
Boolean |
getCanRemind()
Get 合同流程是否可以催办: true - 可以,false - 不可以。 若无法催办,将返回RemindMessage以解释原因。
|
String |
getFlowId()
Get 合同流程ID,为32位字符串。
|
String |
getRemindMessage()
Get 在合同流程无法催办的情况下,系统将返回RemindMessage以阐述原因。
|
void |
setCanRemind(Boolean CanRemind)
Set 合同流程是否可以催办: true - 可以,false - 不可以。 若无法催办,将返回RemindMessage以解释原因。
|
void |
setFlowId(String FlowId)
Set 合同流程ID,为32位字符串。
|
void |
setRemindMessage(String RemindMessage)
Set 在合同流程无法催办的情况下,系统将返回RemindMessage以阐述原因。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public RemindFlowRecords()
public RemindFlowRecords(RemindFlowRecords source)
public Boolean getCanRemind()
public void setCanRemind(Boolean CanRemind)
CanRemind
- 合同流程是否可以催办: true - 可以,false - 不可以。 若无法催办,将返回RemindMessage以解释原因。public String getFlowId()
public void setFlowId(String FlowId)
FlowId
- 合同流程ID,为32位字符串。public String getRemindMessage()
public void setRemindMessage(String RemindMessage)
RemindMessage
- 在合同流程无法催办的情况下,系统将返回RemindMessage以阐述原因。Copyright © 2024. All rights reserved.