public class DescribeBillResourceSummaryRequest extends AbstractModel
Constructor and Description |
---|
DescribeBillResourceSummaryRequest() |
DescribeBillResourceSummaryRequest(DescribeBillResourceSummaryRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getActionType()
Get Action type to query.
|
String |
getBusinessCode()
Get Product code
Note: To query the product codes used in the current month, call DescribeBillSummaryByProduct.
|
Long |
getLimit()
Get Quantity, maximum is 1000
|
String |
getMonth()
Get Month; format: yyyy-mm.
|
Long |
getNeedRecordNum()
Get Indicates whether or not the total number of records of accessing the list is required, used for frontend pages.
|
Long |
getOffset()
Get Offset
|
String |
getPayMode()
Get Billing mode.
|
String |
getPeriodType()
Get The period type.
|
String |
getResourceId()
Get ID of the instance to be queried
|
void |
setActionType(String ActionType)
Set Action type to query.
|
void |
setBusinessCode(String BusinessCode)
Set Product code
Note: To query the product codes used in the current month, call DescribeBillSummaryByProduct.
|
void |
setLimit(Long Limit)
Set Quantity, maximum is 1000
|
void |
setMonth(String Month)
Set Month; format: yyyy-mm.
|
void |
setNeedRecordNum(Long NeedRecordNum)
Set Indicates whether or not the total number of records of accessing the list is required, used for frontend pages.
|
void |
setOffset(Long Offset)
Set Offset
|
void |
setPayMode(String PayMode)
Set Billing mode.
|
void |
setPeriodType(String PeriodType)
Set The period type.
|
void |
setResourceId(String ResourceId)
Set ID of the instance to be queried
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeBillResourceSummaryRequest()
public DescribeBillResourceSummaryRequest(DescribeBillResourceSummaryRequest source)
public Long getOffset()
public void setOffset(Long Offset)
Offset
- Offsetpublic Long getLimit()
public void setLimit(Long Limit)
Limit
- Quantity, maximum is 1000public String getMonth()
public void setMonth(String Month)
Month
- Month; format: yyyy-mm. This value cannot be earlier than the month when Bill 2.0 is enabled. Last 24 months data are available.public String getPeriodType()
public void setPeriodType(String PeriodType)
PeriodType
- The period type. byUsedTime: By usage period; byPayTime: by payment period. Must be the same as the period of the current monthly bill of the Billing Center. You can check your bill statistics period type at the top of the [Bill Overview](https://console.cloud.tencent.com/expense/bill/overview) page.public Long getNeedRecordNum()
public void setNeedRecordNum(Long NeedRecordNum)
NeedRecordNum
- Indicates whether or not the total number of records of accessing the list is required, used for frontend pages.
1 = yes, 0 = nopublic String getActionType()
public void setActionType(String ActionType)
ActionType
- Action type to query. Valid values:
Purchase
Renewal
Modify
Refund
Deduction
Hourly settlement
Daily settlement
Monthly settlement
Offline project deduction
Offline deduction
adjust-CR
adjust-DR
One-off RI Fee
Spot
Hourly RI fee
New monthly subscription
Monthly subscription renewal
Monthly subscription specification adjustment
Monthly subscription refundpublic String getResourceId()
public void setResourceId(String ResourceId)
ResourceId
- ID of the instance to be queriedpublic String getPayMode()
public void setPayMode(String PayMode)
PayMode
- Billing mode. Valid values: `prePay` (prepaid), `postPay` (postpaid)public String getBusinessCode()
public void setBusinessCode(String BusinessCode)
BusinessCode
- Product code
Note: To query the product codes used in the current month, call DescribeBillSummaryByProduct.Copyright © 2023. All rights reserved.