public class DescribeBillResourceSummaryRequest extends AbstractModel
Constructor and Description |
---|
DescribeBillResourceSummaryRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getLimit()
Get 数量,最大值为1000
|
String |
getMonth()
Get 月份,格式为yyyy-mm。不能早于开通账单2.0的月份,最多可拉取24个月内的数据。
|
Long |
getNeedRecordNum()
Get 是否需要访问列表的总记录数,用于前端分页
1-表示需要, 0-表示不需要
|
Long |
getOffset()
Get 偏移量
|
String |
getPeriodType()
Get 周期类型,byUsedTime按计费周期/byPayTime按扣费周期。需要与费用中心该月份账单的周期保持一致。您可前往[账单概览](https://console.cloud.tencent.com/expense/bill/overview)页面顶部查看确认您的账单统计周期类型。
|
void |
setLimit(Long Limit)
Set 数量,最大值为1000
|
void |
setMonth(String Month)
Set 月份,格式为yyyy-mm。不能早于开通账单2.0的月份,最多可拉取24个月内的数据。
|
void |
setNeedRecordNum(Long NeedRecordNum)
Set 是否需要访问列表的总记录数,用于前端分页
1-表示需要, 0-表示不需要
|
void |
setOffset(Long Offset)
Set 偏移量
|
void |
setPeriodType(String PeriodType)
Set 周期类型,byUsedTime按计费周期/byPayTime按扣费周期。需要与费用中心该月份账单的周期保持一致。您可前往[账单概览](https://console.cloud.tencent.com/expense/bill/overview)页面顶部查看确认您的账单统计周期类型。
|
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
- 偏移量public Long getLimit()
public void setLimit(Long Limit)
Limit
- 数量,最大值为1000public String getPeriodType()
public void setPeriodType(String PeriodType)
PeriodType
- 周期类型,byUsedTime按计费周期/byPayTime按扣费周期。需要与费用中心该月份账单的周期保持一致。您可前往[账单概览](https://console.cloud.tencent.com/expense/bill/overview)页面顶部查看确认您的账单统计周期类型。public String getMonth()
public void setMonth(String Month)
Month
- 月份,格式为yyyy-mm。不能早于开通账单2.0的月份,最多可拉取24个月内的数据。public Long getNeedRecordNum()
public void setNeedRecordNum(Long NeedRecordNum)
NeedRecordNum
- 是否需要访问列表的总记录数,用于前端分页
1-表示需要, 0-表示不需要Copyright © 2020. All rights reserved.