public class QueryBillRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
QueryBillRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static QueryBillRequest |
build(Map<String,?> map) |
String |
getBillingCycle() |
Long |
getBillOwnerId() |
Boolean |
getIsDisplayLocalCurrency() |
Boolean |
getIsHideZeroCharge() |
Long |
getOwnerId() |
Integer |
getPageNum() |
Integer |
getPageSize() |
String |
getProductCode() |
String |
getProductType() |
String |
getSubscriptionType() |
String |
getType() |
QueryBillRequest |
setBillingCycle(String billingCycle) |
QueryBillRequest |
setBillOwnerId(Long billOwnerId) |
QueryBillRequest |
setIsDisplayLocalCurrency(Boolean isDisplayLocalCurrency) |
QueryBillRequest |
setIsHideZeroCharge(Boolean isHideZeroCharge) |
QueryBillRequest |
setOwnerId(Long ownerId) |
QueryBillRequest |
setPageNum(Integer pageNum) |
QueryBillRequest |
setPageSize(Integer pageSize) |
QueryBillRequest |
setProductCode(String productCode) |
QueryBillRequest |
setProductType(String productType) |
QueryBillRequest |
setSubscriptionType(String subscriptionType) |
QueryBillRequest |
setType(String type) |
@NameInMap(value="BillOwnerId") public Long billOwnerId
@NameInMap(value="BillingCycle") public String billingCycle
@NameInMap(value="IsDisplayLocalCurrency") public Boolean isDisplayLocalCurrency
@NameInMap(value="IsHideZeroCharge") public Boolean isHideZeroCharge
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="PageNum") public Integer pageNum
@NameInMap(value="PageSize") public Integer pageSize
@NameInMap(value="ProductCode") public String productCode
@NameInMap(value="ProductType") public String productType
@NameInMap(value="SubscriptionType") public String subscriptionType
@NameInMap(value="Type") public String type
public static QueryBillRequest build(Map<String,?> map) throws Exception
Exceptionpublic QueryBillRequest setBillOwnerId(Long billOwnerId)
public Long getBillOwnerId()
public QueryBillRequest setBillingCycle(String billingCycle)
public String getBillingCycle()
public QueryBillRequest setIsDisplayLocalCurrency(Boolean isDisplayLocalCurrency)
public Boolean getIsDisplayLocalCurrency()
public QueryBillRequest setIsHideZeroCharge(Boolean isHideZeroCharge)
public Boolean getIsHideZeroCharge()
public QueryBillRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public QueryBillRequest setPageNum(Integer pageNum)
public Integer getPageNum()
public QueryBillRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public QueryBillRequest setProductCode(String productCode)
public String getProductCode()
public QueryBillRequest setProductType(String productType)
public String getProductType()
public QueryBillRequest setSubscriptionType(String subscriptionType)
public String getSubscriptionType()
public QueryBillRequest setType(String type)
public String getType()
Copyright © 2022. All rights reserved.