public class ListReceiversRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getKeyWord()
Get 列表名称的关键字,模糊查询
|
Long |
getLimit()
Get 限制数目,整型,不超过100
|
Long |
getOffset()
Get 偏移量,整型,从0开始
|
Long |
getStatus()
Get 列表状态(1 待上传 2 上传中 3传完成),若查询所有就不传这个字段
|
void |
setKeyWord(String KeyWord)
Set 列表名称的关键字,模糊查询
|
void |
setLimit(Long Limit)
Set 限制数目,整型,不超过100
|
void |
setOffset(Long Offset)
Set 偏移量,整型,从0开始
|
void |
setStatus(Long Status)
Set 列表状态(1 待上传 2 上传中 3传完成),若查询所有就不传这个字段
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ListReceiversRequest()
public ListReceiversRequest(ListReceiversRequest source)
public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,整型,从0开始public Long getLimit()
public void setLimit(Long Limit)
Limit
- 限制数目,整型,不超过100public Long getStatus()
public void setStatus(Long Status)
Status
- 列表状态(1 待上传 2 上传中 3传完成),若查询所有就不传这个字段public String getKeyWord()
public void setKeyWord(String KeyWord)
KeyWord
- 列表名称的关键字,模糊查询Copyright © 2022. All rights reserved.