Class ListReceiversRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ses.v20201002.models.ListReceiversRequest
-
public class ListReceiversRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ListReceiversRequest()ListReceiversRequest(ListReceiversRequest 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 StringgetKeyWord()Get 列表名称的关键字,模糊查询LonggetLimit()Get 限制数目,整型,不超过100LonggetOffset()Get 偏移量,整型,从0开始LonggetStatus()Get 列表状态(1 待上传 2 上传中 3传完成),若查询所有就不传这个字段voidsetKeyWord(String KeyWord)Set 列表名称的关键字,模糊查询voidsetLimit(Long Limit)Set 限制数目,整型,不超过100voidsetOffset(Long Offset)Set 偏移量,整型,从0开始voidsetStatus(Long Status)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
-
ListReceiversRequest
public ListReceiversRequest()
-
ListReceiversRequest
public ListReceiversRequest(ListReceiversRequest 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开始- Returns:
- Offset 偏移量,整型,从0开始
-
setOffset
public void setOffset(Long Offset)
Set 偏移量,整型,从0开始- Parameters:
Offset- 偏移量,整型,从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 待上传 2 上传中 3传完成),若查询所有就不传这个字段- Returns:
- Status 列表状态(1 待上传 2 上传中 3传完成),若查询所有就不传这个字段
-
setStatus
public void setStatus(Long Status)
Set 列表状态(1 待上传 2 上传中 3传完成),若查询所有就不传这个字段- Parameters:
Status- 列表状态(1 待上传 2 上传中 3传完成),若查询所有就不传这个字段
-
getKeyWord
public String getKeyWord()
Get 列表名称的关键字,模糊查询- Returns:
- KeyWord 列表名称的关键字,模糊查询
-
setKeyWord
public void setKeyWord(String KeyWord)
Set 列表名称的关键字,模糊查询- Parameters:
KeyWord- 列表名称的关键字,模糊查询
-
-