public class CompliancePeriodTaskRule extends AbstractModel
Constructor and Description |
---|
CompliancePeriodTaskRule() |
CompliancePeriodTaskRule(CompliancePeriodTaskRule 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 |
getEnable()
Get Whether to enable
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getExecutionTime()
Get Execution time in the format of "HH:mm:SS"
|
Long |
getFrequency()
Get Execution frequency (days).
|
void |
setEnable(Boolean Enable)
Set Whether to enable
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setExecutionTime(String ExecutionTime)
Set Execution time in the format of "HH:mm:SS"
|
void |
setFrequency(Long Frequency)
Set Execution frequency (days).
|
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 CompliancePeriodTaskRule()
public CompliancePeriodTaskRule(CompliancePeriodTaskRule source)
public Long getFrequency()
public void setFrequency(Long Frequency)
Frequency
- Execution frequency (days). Valid values: `1`, `3`, `7`.public String getExecutionTime()
public void setExecutionTime(String ExecutionTime)
ExecutionTime
- Execution time in the format of "HH:mm:SS"public Boolean getEnable()
public void setEnable(Boolean Enable)
Enable
- Whether to enable
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.