public class DescribeBillResourceSummaryRequest extends AbstractModel
Constructor and Description |
---|
DescribeBillResourceSummaryRequest() |
Modifier and Type | Method and Description |
---|---|
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 |
getPeriodType()
Get The period type.
|
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 |
setPeriodType(String PeriodType)
Set The period type.
|
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 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 = noCopyright © 2020. All rights reserved.