Class ListSendTasksRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ses.v20201002.models.ListSendTasksRequest
-
public class ListSendTasksRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ListSendTasksRequest()ListSendTasksRequest(ListSendTasksRequest 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 LonggetLimit()Get 限制数目,整型,不超过100LonggetOffset()Get 偏移量,整型,从0开始,0代表跳过0行LonggetReceiverId()Get 收件人列表IDLonggetStatus()Get 任务状态 1 待开始 5 发送中 6 今日暂停发送 7 发信异常 10 发送完成。查询所有状态,则不传这个字段LonggetTaskType()Get 任务类型 1即时 2定时 3周期,查询所有类型则不传这个字段voidsetLimit(Long Limit)Set 限制数目,整型,不超过100voidsetOffset(Long Offset)Set 偏移量,整型,从0开始,0代表跳过0行voidsetReceiverId(Long ReceiverId)Set 收件人列表IDvoidsetStatus(Long Status)Set 任务状态 1 待开始 5 发送中 6 今日暂停发送 7 发信异常 10 发送完成。查询所有状态,则不传这个字段voidsetTaskType(Long TaskType)Set 任务类型 1即时 2定时 3周期,查询所有类型则不传这个字段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
-
ListSendTasksRequest
public ListSendTasksRequest()
-
ListSendTasksRequest
public ListSendTasksRequest(ListSendTasksRequest 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
-
getOffset
public Long getOffset()
Get 偏移量,整型,从0开始,0代表跳过0行- Returns:
- Offset 偏移量,整型,从0开始,0代表跳过0行
-
setOffset
public void setOffset(Long Offset)
Set 偏移量,整型,从0开始,0代表跳过0行- Parameters:
Offset- 偏移量,整型,从0开始,0代表跳过0行
-
getLimit
public Long getLimit()
Get 限制数目,整型,不超过100- Returns:
- Limit 限制数目,整型,不超过100
-
setLimit
public void setLimit(Long Limit)
Set 限制数目,整型,不超过100- Parameters:
Limit- 限制数目,整型,不超过100
-
getStatus
public Long getStatus()
Get 任务状态 1 待开始 5 发送中 6 今日暂停发送 7 发信异常 10 发送完成。查询所有状态,则不传这个字段- Returns:
- Status 任务状态 1 待开始 5 发送中 6 今日暂停发送 7 发信异常 10 发送完成。查询所有状态,则不传这个字段
-
setStatus
public void setStatus(Long Status)
Set 任务状态 1 待开始 5 发送中 6 今日暂停发送 7 发信异常 10 发送完成。查询所有状态,则不传这个字段- Parameters:
Status- 任务状态 1 待开始 5 发送中 6 今日暂停发送 7 发信异常 10 发送完成。查询所有状态,则不传这个字段
-
getReceiverId
public Long getReceiverId()
Get 收件人列表ID- Returns:
- ReceiverId 收件人列表ID
-
setReceiverId
public void setReceiverId(Long ReceiverId)
Set 收件人列表ID- Parameters:
ReceiverId- 收件人列表ID
-
getTaskType
public Long getTaskType()
Get 任务类型 1即时 2定时 3周期,查询所有类型则不传这个字段- Returns:
- TaskType 任务类型 1即时 2定时 3周期,查询所有类型则不传这个字段
-
setTaskType
public void setTaskType(Long TaskType)
Set 任务类型 1即时 2定时 3周期,查询所有类型则不传这个字段- Parameters:
TaskType- 任务类型 1即时 2定时 3周期,查询所有类型则不传这个字段
-
-