public class ListReceiverDetailsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ListReceiverDetailsRequest() |
ListReceiverDetailsRequest(ListReceiverDetailsRequest 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 |
getEmail()
Get 收件人地址,长度0-50,示例:[email protected],支持模糊查询
|
Long |
getLimit()
Get 限制数目,整型,不超过100
|
Long |
getOffset()
Get 偏移量,整型,从0开始
|
Long |
getReceiverId()
Get 收件人列表ID,CreateReceiver接口创建收件人列表时会返回该值
|
void |
setEmail(String Email)
Set 收件人地址,长度0-50,示例:[email protected],支持模糊查询
|
void |
setLimit(Long Limit)
Set 限制数目,整型,不超过100
|
void |
setOffset(Long Offset)
Set 偏移量,整型,从0开始
|
void |
setReceiverId(Long ReceiverId)
Set 收件人列表ID,CreateReceiver接口创建收件人列表时会返回该值
|
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, toJsonString
public ListReceiverDetailsRequest()
public ListReceiverDetailsRequest(ListReceiverDetailsRequest source)
public Long getReceiverId()
public void setReceiverId(Long ReceiverId)
ReceiverId
- 收件人列表ID,CreateReceiver接口创建收件人列表时会返回该值public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,整型,从0开始public Long getLimit()
public void setLimit(Long Limit)
Limit
- 限制数目,整型,不超过100public String getEmail()
public void setEmail(String Email)
Email
- 收件人地址,长度0-50,示例:[email protected],支持模糊查询Copyright © 2024. All rights reserved.