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 账单维度类型,枚举值如下:business、project、region、payMode、tag
|
String |
getMonth()
Get 账单月份,格式为2023-04
|
String[] |
getTagKey()
Get 标签键,GroupType=tag获取标签维度账单时传
|
void |
setGroupType(String GroupType)
Set 账单维度类型,枚举值如下:business、project、region、payMode、tag
|
void |
setMonth(String Month)
Set 账单月份,格式为2023-04
|
void |
setTagKey(String[] TagKey)
Set 标签键,GroupType=tag获取标签维度账单时传
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeBillSummaryRequest()
public DescribeBillSummaryRequest(DescribeBillSummaryRequest source)
public String getMonth()
public void setMonth(String Month)
Month
- 账单月份,格式为2023-04public String getGroupType()
public void setGroupType(String GroupType)
GroupType
- 账单维度类型,枚举值如下:business、project、region、payMode、tagpublic String[] getTagKey()
public void setTagKey(String[] TagKey)
TagKey
- 标签键,GroupType=tag获取标签维度账单时传Copyright © 2024. All rights reserved.