public class QueryBillOverviewRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
billingCycle |
Long |
billOwnerId |
String |
productCode |
String |
productType |
String |
subscriptionType |
| 构造器和说明 |
|---|
QueryBillOverviewRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static QueryBillOverviewRequest |
build(Map<String,?> map) |
String |
getBillingCycle() |
Long |
getBillOwnerId() |
String |
getProductCode() |
String |
getProductType() |
String |
getSubscriptionType() |
QueryBillOverviewRequest |
setBillingCycle(String billingCycle) |
QueryBillOverviewRequest |
setBillOwnerId(Long billOwnerId) |
QueryBillOverviewRequest |
setProductCode(String productCode) |
QueryBillOverviewRequest |
setProductType(String productType) |
QueryBillOverviewRequest |
setSubscriptionType(String subscriptionType) |
@NameInMap(value="BillOwnerId") public Long billOwnerId
@NameInMap(value="BillingCycle") public String billingCycle
@NameInMap(value="ProductCode") public String productCode
@NameInMap(value="ProductType") public String productType
@NameInMap(value="SubscriptionType") public String subscriptionType
public static QueryBillOverviewRequest build(Map<String,?> map) throws Exception
Exceptionpublic QueryBillOverviewRequest setBillOwnerId(Long billOwnerId)
public Long getBillOwnerId()
public QueryBillOverviewRequest setBillingCycle(String billingCycle)
public String getBillingCycle()
public QueryBillOverviewRequest setProductCode(String productCode)
public String getProductCode()
public QueryBillOverviewRequest setProductType(String productType)
public String getProductType()
public QueryBillOverviewRequest setSubscriptionType(String subscriptionType)
public String getSubscriptionType()
Copyright © 2022. All rights reserved.