public class QuerySendDetailsRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
bizId
The ID of the delivery receipt.
|
Long |
currentPage
The page number of the first page.
|
Long |
ownerId |
Long |
pageSize
The number of items displayed per page.
|
String |
phoneNumber
The mobile numbers of the recipients.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
sendDate
The date when the message was sent.
|
| 构造器和说明 |
|---|
QuerySendDetailsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static QuerySendDetailsRequest |
build(Map<String,?> map) |
String |
getBizId() |
Long |
getCurrentPage() |
Long |
getOwnerId() |
Long |
getPageSize() |
String |
getPhoneNumber() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getSendDate() |
QuerySendDetailsRequest |
setBizId(String bizId) |
QuerySendDetailsRequest |
setCurrentPage(Long currentPage) |
QuerySendDetailsRequest |
setOwnerId(Long ownerId) |
QuerySendDetailsRequest |
setPageSize(Long pageSize) |
QuerySendDetailsRequest |
setPhoneNumber(String phoneNumber) |
QuerySendDetailsRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
QuerySendDetailsRequest |
setResourceOwnerId(Long resourceOwnerId) |
QuerySendDetailsRequest |
setSendDate(String sendDate) |
@NameInMap(value="BizId") public String bizId
The ID of the delivery receipt. The delivery receipt ID is the value of the BizId parameter that is returned when you call the SendSms or SendBatchSms operation.
example:134523^435****
@NameInMap(value="CurrentPage") public Long currentPage
The page number of the first page.
This parameter is required.
example:1
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="PageSize") public Long pageSize
The number of items displayed per page.
Valid values: 1 to 50.
This parameter is required.
example:10
@NameInMap(value="PhoneNumber") public String phoneNumber
The mobile numbers of the recipients. Format:
This parameter is required.
example:1390000****
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="SendDate") public String sendDate
The date when the message was sent. You can query messages that were sent within the last 30 days.
Format: yyyyMMdd. Example: 20181225.
This parameter is required.
example:20181228
public static QuerySendDetailsRequest build(Map<String,?> map) throws Exception
Exceptionpublic QuerySendDetailsRequest setBizId(String bizId)
public String getBizId()
public QuerySendDetailsRequest setCurrentPage(Long currentPage)
public Long getCurrentPage()
public QuerySendDetailsRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public QuerySendDetailsRequest setPageSize(Long pageSize)
public Long getPageSize()
public QuerySendDetailsRequest setPhoneNumber(String phoneNumber)
public String getPhoneNumber()
public QuerySendDetailsRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public QuerySendDetailsRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public QuerySendDetailsRequest setSendDate(String sendDate)
public String getSendDate()
Copyright © 2024. All rights reserved.