public class QueryAccountBillRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
billingCycle |
String |
billingDate |
Long |
billOwnerId |
String |
granularity |
Boolean |
isGroupByProduct |
Long |
ownerID |
Integer |
pageNum |
Integer |
pageSize |
String |
productCode |
| 构造器和说明 |
|---|
QueryAccountBillRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static QueryAccountBillRequest |
build(Map<String,?> map) |
String |
getBillingCycle() |
String |
getBillingDate() |
Long |
getBillOwnerId() |
String |
getGranularity() |
Boolean |
getIsGroupByProduct() |
Long |
getOwnerID() |
Integer |
getPageNum() |
Integer |
getPageSize() |
String |
getProductCode() |
QueryAccountBillRequest |
setBillingCycle(String billingCycle) |
QueryAccountBillRequest |
setBillingDate(String billingDate) |
QueryAccountBillRequest |
setBillOwnerId(Long billOwnerId) |
QueryAccountBillRequest |
setGranularity(String granularity) |
QueryAccountBillRequest |
setIsGroupByProduct(Boolean isGroupByProduct) |
QueryAccountBillRequest |
setOwnerID(Long ownerID) |
QueryAccountBillRequest |
setPageNum(Integer pageNum) |
QueryAccountBillRequest |
setPageSize(Integer pageSize) |
QueryAccountBillRequest |
setProductCode(String productCode) |
@NameInMap(value="BillOwnerId") public Long billOwnerId
@NameInMap(value="BillingCycle") public String billingCycle
@NameInMap(value="BillingDate") public String billingDate
@NameInMap(value="Granularity") public String granularity
@NameInMap(value="IsGroupByProduct") public Boolean isGroupByProduct
@NameInMap(value="OwnerID") public Long ownerID
@NameInMap(value="PageNum") public Integer pageNum
@NameInMap(value="PageSize") public Integer pageSize
@NameInMap(value="ProductCode") public String productCode
public static QueryAccountBillRequest build(Map<String,?> map) throws Exception
Exceptionpublic QueryAccountBillRequest setBillOwnerId(Long billOwnerId)
public Long getBillOwnerId()
public QueryAccountBillRequest setBillingCycle(String billingCycle)
public String getBillingCycle()
public QueryAccountBillRequest setBillingDate(String billingDate)
public String getBillingDate()
public QueryAccountBillRequest setGranularity(String granularity)
public String getGranularity()
public QueryAccountBillRequest setIsGroupByProduct(Boolean isGroupByProduct)
public Boolean getIsGroupByProduct()
public QueryAccountBillRequest setOwnerID(Long ownerID)
public Long getOwnerID()
public QueryAccountBillRequest setPageNum(Integer pageNum)
public Integer getPageNum()
public QueryAccountBillRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public QueryAccountBillRequest setProductCode(String productCode)
public String getProductCode()
Copyright © 2022. All rights reserved.