public class RemindFlowRecords extends AbstractModel
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-否
|
String |
getFlowId()
Get 合同id
|
String |
getRemindMessage()
Get 催办详情信息
|
void |
setCanRemind(Boolean CanRemind)
Set 是否能够催办,true-是,false-否
|
void |
setFlowId(String FlowId)
Set 合同id
|
void |
setRemindMessage(String RemindMessage)
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 RemindFlowRecords()
public RemindFlowRecords(RemindFlowRecords source)
public Boolean getCanRemind()
public void setCanRemind(Boolean CanRemind)
CanRemind
- 是否能够催办,true-是,false-否public String getFlowId()
public void setFlowId(String FlowId)
FlowId
- 合同idpublic String getRemindMessage()
public void setRemindMessage(String RemindMessage)
RemindMessage
- 催办详情信息Copyright © 2023. All rights reserved.