public class QueryUsageStatisticsByTagIdRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
beginTime
The beginning of the time range to query.
|
String |
endTime
The end of the time range to query.
|
Long |
ownerId |
Long |
pageNo
The page number.
|
Long |
pageSize
The number of entries per page.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
Long |
tagId
The tag ID.
|
| 构造器和说明 |
|---|
QueryUsageStatisticsByTagIdRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static QueryUsageStatisticsByTagIdRequest |
build(Map<String,?> map) |
String |
getBeginTime() |
String |
getEndTime() |
Long |
getOwnerId() |
Long |
getPageNo() |
Long |
getPageSize() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
Long |
getTagId() |
QueryUsageStatisticsByTagIdRequest |
setBeginTime(String beginTime) |
QueryUsageStatisticsByTagIdRequest |
setEndTime(String endTime) |
QueryUsageStatisticsByTagIdRequest |
setOwnerId(Long ownerId) |
QueryUsageStatisticsByTagIdRequest |
setPageNo(Long pageNo) |
QueryUsageStatisticsByTagIdRequest |
setPageSize(Long pageSize) |
QueryUsageStatisticsByTagIdRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
QueryUsageStatisticsByTagIdRequest |
setResourceOwnerId(Long resourceOwnerId) |
QueryUsageStatisticsByTagIdRequest |
setTagId(Long tagId) |
@NameInMap(value="BeginTime") public String beginTime
The beginning of the time range to query.
example:20230308
@NameInMap(value="EndTime") public String endTime
The end of the time range to query.
example:20230406
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="PageNo") public Long pageNo
The page number. Default value: 1.
example:1
@NameInMap(value="PageSize") public Long pageSize
The number of entries per page.
example:20
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="TagId") public Long tagId
The tag ID.
example:14
public static QueryUsageStatisticsByTagIdRequest build(Map<String,?> map) throws Exception
Exceptionpublic QueryUsageStatisticsByTagIdRequest setBeginTime(String beginTime)
public String getBeginTime()
public QueryUsageStatisticsByTagIdRequest setEndTime(String endTime)
public String getEndTime()
public QueryUsageStatisticsByTagIdRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public QueryUsageStatisticsByTagIdRequest setPageNo(Long pageNo)
public Long getPageNo()
public QueryUsageStatisticsByTagIdRequest setPageSize(Long pageSize)
public Long getPageSize()
public QueryUsageStatisticsByTagIdRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public QueryUsageStatisticsByTagIdRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public QueryUsageStatisticsByTagIdRequest setTagId(Long tagId)
public Long getTagId()
Copyright © 2026. All rights reserved.