public class CompliancePeriodTaskRule extends AbstractModel
header, skipSign| 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 是否开启 | 
| String | getExecutionTime()Get 在这天的什么时间执行,格式为:HH:mm:SS。 | 
| Long | getFrequency()Get 执行的频率(几天一次),取值为:1,3,7。 | 
| void | setEnable(Boolean Enable)Set 是否开启 | 
| void | setExecutionTime(String ExecutionTime)Set 在这天的什么时间执行,格式为:HH:mm:SS。 | 
| void | setFrequency(Long Frequency)Set 执行的频率(几天一次),取值为:1,3,7。 | 
| 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, toJsonStringpublic CompliancePeriodTaskRule()
public CompliancePeriodTaskRule(CompliancePeriodTaskRule source)
public Long getFrequency()
public void setFrequency(Long Frequency)
Frequency - 执行的频率(几天一次),取值为:1,3,7。public String getExecutionTime()
public void setExecutionTime(String ExecutionTime)
ExecutionTime - 在这天的什么时间执行,格式为:HH:mm:SS。public Boolean getEnable()
public void setEnable(Boolean Enable)
Enable - 是否开启Copyright © 2025. All rights reserved.