public class DescribeBillSummaryRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeBillSummaryRequest() |
DescribeBillSummaryRequest(DescribeBillSummaryRequest 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 |
getGroupType()
Get Bill dimension.
|
String |
getMonth()
Get Bill month in the format of "yyyy-mm"
|
String[] |
getTagKey()
Get Tag key, which is used when `GroupType` is `tag`.
|
void |
setGroupType(String GroupType)
Set Bill dimension.
|
void |
setMonth(String Month)
Set Bill month in the format of "yyyy-mm"
|
void |
setTagKey(String[] TagKey)
Set Tag key, which is used when `GroupType` is `tag`.
|
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 DescribeBillSummaryRequest()
public DescribeBillSummaryRequest(DescribeBillSummaryRequest source)
public String getMonth()
public void setMonth(String Month)
Month
- Bill month in the format of "yyyy-mm"public String getGroupType()
public void setGroupType(String GroupType)
GroupType
- Bill dimension. Valid values: `business`, `project`, `region`, `payMode`, and `tag`public String[] getTagKey()
public void setTagKey(String[] TagKey)
TagKey
- Tag key, which is used when `GroupType` is `tag`.Copyright © 2024. All rights reserved.