Class RemindFlowRecords
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ess.v20201111.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 BooleangetCanRemind()Get 合同流程是否可以催办: true - 可以,false - 不可以。 若无法催办,将返回RemindMessage以解释原因。StringgetFlowId()Get 合同流程ID,为32位字符串。StringgetRemindMessage()Get 在合同流程无法催办的情况下,系统将返回RemindMessage以阐述原因。voidsetCanRemind(Boolean CanRemind)Set 合同流程是否可以催办: true - 可以,false - 不可以。 若无法催办,将返回RemindMessage以解释原因。voidsetFlowId(String FlowId)Set 合同流程ID,为32位字符串。voidsetRemindMessage(String RemindMessage)Set 在合同流程无法催办的情况下,系统将返回RemindMessage以阐述原因。voidtoMap(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 - 不可以。 若无法催办,将返回RemindMessage以解释原因。- Returns:
- CanRemind 合同流程是否可以催办: true - 可以,false - 不可以。 若无法催办,将返回RemindMessage以解释原因。
-
setCanRemind
public void setCanRemind(Boolean CanRemind)
Set 合同流程是否可以催办: true - 可以,false - 不可以。 若无法催办,将返回RemindMessage以解释原因。- Parameters:
CanRemind- 合同流程是否可以催办: true - 可以,false - 不可以。 若无法催办,将返回RemindMessage以解释原因。
-
getFlowId
public String getFlowId()
Get 合同流程ID,为32位字符串。- Returns:
- FlowId 合同流程ID,为32位字符串。
-
setFlowId
public void setFlowId(String FlowId)
Set 合同流程ID,为32位字符串。- Parameters:
FlowId- 合同流程ID,为32位字符串。
-
getRemindMessage
public String getRemindMessage()
Get 在合同流程无法催办的情况下,系统将返回RemindMessage以阐述原因。- Returns:
- RemindMessage 在合同流程无法催办的情况下,系统将返回RemindMessage以阐述原因。
-
setRemindMessage
public void setRemindMessage(String RemindMessage)
Set 在合同流程无法催办的情况下,系统将返回RemindMessage以阐述原因。- Parameters:
RemindMessage- 在合同流程无法催办的情况下,系统将返回RemindMessage以阐述原因。
-
-