public class DescribeBillDetailRequest extends AbstractModel
Constructor and Description |
---|
DescribeBillDetailRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getBeginTime()
Get The start time of the period; format: Y-m-d H:i:s.
|
String |
getEndTime()
Get The end time of the period; format: Y-m-d H:i:s.
|
Long |
getLimit()
Get Quantity, maximum is 100
|
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: prePay/postPay
|
String |
getPeriodType()
Get The period type.
|
String |
getProductCode()
Get Queries information on a specified product
|
String |
getResourceId()
Get Queries information on a specified resource
|
void |
setBeginTime(String BeginTime)
Set The start time of the period; format: Y-m-d H:i:s.
|
void |
setEndTime(String EndTime)
Set The end time of the period; format: Y-m-d H:i:s.
|
void |
setLimit(Long Limit)
Set Quantity, maximum is 100
|
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: prePay/postPay
|
void |
setPeriodType(String PeriodType)
Set The period type.
|
void |
setProductCode(String ProductCode)
Set Queries information on a specified product
|
void |
setResourceId(String ResourceId)
Set Queries information on a specified resource
|
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 100public 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. You only have to enter either Month or BeginTime and EndTime. When you enter values for BeginTime and EndTime, Month becomes invalid. This value must be no earlier than the month when Bill 2.0 is activated; last 24 months data are available.public String getBeginTime()
public void setBeginTime(String BeginTime)
BeginTime
- The start time of the period; format: Y-m-d H:i:s. You only have to enter either Month or BeginTime and EndTime. When you enter values for BeginTime and EndTime, Month becomes invalid. BeginTime and EndTime must be inputted as a pair. This value must be no earlier than the month when Bill 2.0 is activated; last 24 months data are available.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- The end time of the period; format: Y-m-d H:i:s. You only have to enter either Month or BeginTime and EndTime. When you enter values for BeginTime and EndTime, Month becomes invalid. BeginTime and EndTime must be inputted as a pair. This value must be no earlier than the month when Bill 2.0 is activated; 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 getProductCode()
public void setProductCode(String ProductCode)
ProductCode
- Queries information on a specified productpublic String getPayMode()
public void setPayMode(String PayMode)
PayMode
- Billing mode: prePay/postPaypublic String getResourceId()
public void setResourceId(String ResourceId)
ResourceId
- Queries information on a specified resourceCopyright © 2020. All rights reserved.