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
|
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
|
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 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 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 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
- public 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)Copyright © 2021. All rights reserved.