Class RemindFlowRecords
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.essbasic.v20210526.models.RemindFlowRecords
-
public class RemindFlowRecords extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getCanRemind()
Get 是否能够催办,true-是,false-否String
getFlowId()
Get 合同idString
getRemindMessage()
Get 催办详情信息void
setCanRemind(Boolean CanRemind)
Set 是否能够催办,true-是,false-否void
setFlowId(String FlowId)
Set 合同idvoid
setRemindMessage(String RemindMessage)
Set 催办详情信息void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
RemindFlowRecords
public RemindFlowRecords()
-
RemindFlowRecords
public 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.
-
-
Method Detail
-
getCanRemind
public Boolean getCanRemind()
Get 是否能够催办,true-是,false-否- Returns:
- CanRemind 是否能够催办,true-是,false-否
-
setCanRemind
public void setCanRemind(Boolean CanRemind)
Set 是否能够催办,true-是,false-否- Parameters:
CanRemind
- 是否能够催办,true-是,false-否
-
getFlowId
public String getFlowId()
Get 合同id- Returns:
- FlowId 合同id
-
setFlowId
public void setFlowId(String FlowId)
Set 合同id- Parameters:
FlowId
- 合同id
-
getRemindMessage
public String getRemindMessage()
Get 催办详情信息- Returns:
- RemindMessage 催办详情信息
-
setRemindMessage
public void setRemindMessage(String RemindMessage)
Set 催办详情信息- Parameters:
RemindMessage
- 催办详情信息
-
-