public class QuerySendStatisticsRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
endDate
The end of the time range to query.
|
Integer |
isGlobe
The site from where the message is sent.
|
Long |
ownerId |
Integer |
pageIndex
The page number.
|
Integer |
pageSize
The number of entries to return on each page.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
signName
The signature.
|
String |
startDate
The beginning of the time range to query.
|
Integer |
templateType
The type of the message template.
|
| 构造器和说明 |
|---|
QuerySendStatisticsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static QuerySendStatisticsRequest |
build(Map<String,?> map) |
String |
getEndDate() |
Integer |
getIsGlobe() |
Long |
getOwnerId() |
Integer |
getPageIndex() |
Integer |
getPageSize() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getSignName() |
String |
getStartDate() |
Integer |
getTemplateType() |
QuerySendStatisticsRequest |
setEndDate(String endDate) |
QuerySendStatisticsRequest |
setIsGlobe(Integer isGlobe) |
QuerySendStatisticsRequest |
setOwnerId(Long ownerId) |
QuerySendStatisticsRequest |
setPageIndex(Integer pageIndex) |
QuerySendStatisticsRequest |
setPageSize(Integer pageSize) |
QuerySendStatisticsRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
QuerySendStatisticsRequest |
setResourceOwnerId(Long resourceOwnerId) |
QuerySendStatisticsRequest |
setSignName(String signName) |
QuerySendStatisticsRequest |
setStartDate(String startDate) |
QuerySendStatisticsRequest |
setTemplateType(Integer templateType) |
@NameInMap(value="EndDate") public String endDate
The end of the time range to query. Format: yyyyMMdd. Example: 20181225.
This parameter is required.
example:20201003
@NameInMap(value="IsGlobe") public Integer isGlobe
The site from where the message is sent. Valid values:
This parameter is required.
example:1
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="PageIndex") public Integer pageIndex
The page number. Default value: 1.
This parameter is required.
example:1
@NameInMap(value="PageSize") public Integer pageSize
The number of entries to return on each page. Valid values: 1 to 50.
This parameter is required.
example:10
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="SignName") public String signName
The signature.
example:Aliyun
@NameInMap(value="StartDate") public String startDate
The beginning of the time range to query. Format: yyyyMMdd. Example: 20181225.
This parameter is required.
example:20201002
@NameInMap(value="TemplateType") public Integer templateType
The type of the message template. Valid values: Valid values:
0
public static QuerySendStatisticsRequest build(Map<String,?> map) throws Exception
Exceptionpublic QuerySendStatisticsRequest setEndDate(String endDate)
public String getEndDate()
public QuerySendStatisticsRequest setIsGlobe(Integer isGlobe)
public Integer getIsGlobe()
public QuerySendStatisticsRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public QuerySendStatisticsRequest setPageIndex(Integer pageIndex)
public Integer getPageIndex()
public QuerySendStatisticsRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public QuerySendStatisticsRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public QuerySendStatisticsRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public QuerySendStatisticsRequest setSignName(String signName)
public String getSignName()
public QuerySendStatisticsRequest setStartDate(String startDate)
public String getStartDate()
public QuerySendStatisticsRequest setTemplateType(Integer templateType)
public Integer getTemplateType()
Copyright © 2024. All rights reserved.