public static class DescribeInstanceBillResponseBody.DescribeInstanceBillResponseBodyData
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
DescribeInstanceBillResponseBodyData() |
@NameInMap(value="AccountID") public String accountID
@NameInMap(value="AccountName") public String accountName
@NameInMap(value="BillingCycle") public String billingCycle
@NameInMap(value="Items") public List<DescribeInstanceBillResponseBody.DescribeInstanceBillResponseBodyDataItems> items
@NameInMap(value="MaxResults") public Integer maxResults
@NameInMap(value="NextToken") public String nextToken
@NameInMap(value="TotalCount") public Integer totalCount
public static DescribeInstanceBillResponseBody.DescribeInstanceBillResponseBodyData build(Map<String,?> map) throws Exception
Exceptionpublic DescribeInstanceBillResponseBody.DescribeInstanceBillResponseBodyData setAccountID(String accountID)
public String getAccountID()
public DescribeInstanceBillResponseBody.DescribeInstanceBillResponseBodyData setAccountName(String accountName)
public String getAccountName()
public DescribeInstanceBillResponseBody.DescribeInstanceBillResponseBodyData setBillingCycle(String billingCycle)
public String getBillingCycle()
public DescribeInstanceBillResponseBody.DescribeInstanceBillResponseBodyData setItems(List<DescribeInstanceBillResponseBody.DescribeInstanceBillResponseBodyDataItems> items)
public List<DescribeInstanceBillResponseBody.DescribeInstanceBillResponseBodyDataItems> getItems()
public DescribeInstanceBillResponseBody.DescribeInstanceBillResponseBodyData setMaxResults(Integer maxResults)
public Integer getMaxResults()
public DescribeInstanceBillResponseBody.DescribeInstanceBillResponseBodyData setNextToken(String nextToken)
public String getNextToken()
public DescribeInstanceBillResponseBody.DescribeInstanceBillResponseBodyData setTotalCount(Integer totalCount)
public Integer getTotalCount()
Copyright © 2022. All rights reserved.