public class ListSendTasksRequest extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getLimit()Get 限制数目,整型,不超过100 | 
| Long | getOffset()Get 偏移量,整型,从0开始,0代表跳过0行 | 
| Long | getReceiverId()Get 收件人列表ID | 
| Long | getStatus()Get 任务状态 1 待开始 5 发送中 6 今日暂停发送  7 发信异常 10 发送完成。查询所有状态,则不传这个字段 | 
| Long | getTaskType()Get 任务类型 1即时 2定时 3周期,查询所有类型则不传这个字段 | 
| void | setLimit(Long Limit)Set 限制数目,整型,不超过100 | 
| void | setOffset(Long Offset)Set 偏移量,整型,从0开始,0代表跳过0行 | 
| void | setReceiverId(Long ReceiverId)Set 收件人列表ID | 
| void | setStatus(Long Status)Set 任务状态 1 待开始 5 发送中 6 今日暂停发送  7 发信异常 10 发送完成。查询所有状态,则不传这个字段 | 
| void | setTaskType(Long TaskType)Set 任务类型 1即时 2定时 3周期,查询所有类型则不传这个字段 | 
| 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 ListSendTasksRequest()
public ListSendTasksRequest(ListSendTasksRequest source)
public Long getOffset()
public void setOffset(Long Offset)
Offset - 偏移量,整型,从0开始,0代表跳过0行public Long getLimit()
public void setLimit(Long Limit)
Limit - 限制数目,整型,不超过100public Long getStatus()
public void setStatus(Long Status)
Status - 任务状态 1 待开始 5 发送中 6 今日暂停发送  7 发信异常 10 发送完成。查询所有状态,则不传这个字段public Long getReceiverId()
public void setReceiverId(Long ReceiverId)
ReceiverId - 收件人列表IDpublic Long getTaskType()
public void setTaskType(Long TaskType)
TaskType - 任务类型 1即时 2定时 3周期,查询所有类型则不传这个字段Copyright © 2025. All rights reserved.