Class CycleEmailParam
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ses.v20201002.models.CycleEmailParam
-
public class CycleEmailParam extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CycleEmailParam()CycleEmailParam(CycleEmailParam 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 StringgetBeginTime()Get 任务开始时间LonggetIntervalTime()Get 任务周期 小时维度LonggetTermCycle()Get 是否终止周期,用于任务更新 0否1是voidsetBeginTime(String BeginTime)Set 任务开始时间voidsetIntervalTime(Long IntervalTime)Set 任务周期 小时维度voidsetTermCycle(Long TermCycle)Set 是否终止周期,用于任务更新 0否1是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
-
CycleEmailParam
public CycleEmailParam()
-
CycleEmailParam
public CycleEmailParam(CycleEmailParam 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
-
getBeginTime
public String getBeginTime()
Get 任务开始时间- Returns:
- BeginTime 任务开始时间
-
setBeginTime
public void setBeginTime(String BeginTime)
Set 任务开始时间- Parameters:
BeginTime- 任务开始时间
-
getIntervalTime
public Long getIntervalTime()
Get 任务周期 小时维度- Returns:
- IntervalTime 任务周期 小时维度
-
setIntervalTime
public void setIntervalTime(Long IntervalTime)
Set 任务周期 小时维度- Parameters:
IntervalTime- 任务周期 小时维度
-
getTermCycle
public Long getTermCycle()
Get 是否终止周期,用于任务更新 0否1是- Returns:
- TermCycle 是否终止周期,用于任务更新 0否1是
-
setTermCycle
public void setTermCycle(Long TermCycle)
Set 是否终止周期,用于任务更新 0否1是- Parameters:
TermCycle- 是否终止周期,用于任务更新 0否1是
-
-