public class DescribeCostExplorerSummaryRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeCostExplorerSummaryRequest() |
DescribeCostExplorerSummaryRequest(DescribeCostExplorerSummaryRequest 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 |
getBeginTime()
Get The start time of the period in the format of yyyy-mm-dd hh:ii:ss.
|
String |
getBillType()
Get Bill type: 1-cost bill, 2-consumption bill
|
AnalyseConditions |
getConditions()
Get Filter parameters
|
String |
getDimensions()
Get Classification dimension (data aggregation dimension).
|
String |
getEndTime()
Get The end time of the period in the format of yyyy-mm-dd hh:ii:ss.
|
String |
getFeeType()
Get Fee type: cost-total cost, totalCost-original price cost
|
String |
getNeedConditionValue()
Get Whether the filter box is needed: 1- indicates it is needed, 0- indicates it is not needed.
|
Long |
getPageNo()
Get Starting page, where PageNo=1 indicates the first page, PageNo=2 indicates the second page, and so on.
|
Long |
getPageSize()
Get Quantity.
|
String |
getPeriodType()
Get Statistical period: day-day, month-month;
|
String |
getTagKeyStr()
Get Cost allocation tag value
|
void |
setBeginTime(String BeginTime)
Set The start time of the period in the format of yyyy-mm-dd hh:ii:ss.
|
void |
setBillType(String BillType)
Set Bill type: 1-cost bill, 2-consumption bill
|
void |
setConditions(AnalyseConditions Conditions)
Set Filter parameters
|
void |
setDimensions(String Dimensions)
Set Classification dimension (data aggregation dimension).
|
void |
setEndTime(String EndTime)
Set The end time of the period in the format of yyyy-mm-dd hh:ii:ss.
|
void |
setFeeType(String FeeType)
Set Fee type: cost-total cost, totalCost-original price cost
|
void |
setNeedConditionValue(String NeedConditionValue)
Set Whether the filter box is needed: 1- indicates it is needed, 0- indicates it is not needed.
|
void |
setPageNo(Long PageNo)
Set Starting page, where PageNo=1 indicates the first page, PageNo=2 indicates the second page, and so on.
|
void |
setPageSize(Long PageSize)
Set Quantity.
|
void |
setPeriodType(String PeriodType)
Set Statistical period: day-day, month-month;
|
void |
setTagKeyStr(String TagKeyStr)
Set Cost allocation tag value
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeCostExplorerSummaryRequest()
public DescribeCostExplorerSummaryRequest(DescribeCostExplorerSummaryRequest source)
public String getBeginTime()
public void setBeginTime(String BeginTime)
BeginTime
- The start time of the period in the format of yyyy-mm-dd hh:ii:ss.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- The end time of the period in the format of yyyy-mm-dd hh:ii:ss.public String getBillType()
public void setBillType(String BillType)
BillType
- Bill type: 1-cost bill, 2-consumption billpublic String getPeriodType()
public void setPeriodType(String PeriodType)
PeriodType
- Statistical period: day-day, month-month;public String getDimensions()
public void setDimensions(String Dimensions)
Dimensions
- Classification dimension (data aggregation dimension). Query classification dimension. (Use classification dimension code input parameter.) Input parameter enumeration value:default = Total only
feeType = Fee typebillType = Bill typebusiness = Product
product = Sub-productregion=Region
zone = Availability zoneactionType = Transaction typepayMode = Billing modetags = Tagproject = ProjectpayerUin = Payer accountownerUin = User accountpublic String getFeeType()
public void setFeeType(String FeeType)
FeeType
- Fee type: cost-total cost, totalCost-original price costpublic Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- Quantity. The maximum value per page is 100.public Long getPageNo()
public void setPageNo(Long PageNo)
PageNo
- Starting page, where PageNo=1 indicates the first page, PageNo=2 indicates the second page, and so on.public String getTagKeyStr()
public void setTagKeyStr(String TagKeyStr)
TagKeyStr
- Cost allocation tag valuepublic String getNeedConditionValue()
public void setNeedConditionValue(String NeedConditionValue)
NeedConditionValue
- Whether the filter box is needed: 1- indicates it is needed, 0- indicates it is not needed. If it is not specified, it is not required by default.public AnalyseConditions getConditions()
public void setConditions(AnalyseConditions Conditions)
Conditions
- Filter parametersCopyright © 2024. All rights reserved.