public class DescribeBillSummaryForOrganizationRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeBillSummaryForOrganizationRequest() |
DescribeBillSummaryForOrganizationRequest(DescribeBillSummaryForOrganizationRequest 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.
|
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.
|
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 DescribeBillSummaryForOrganizationRequest()
public DescribeBillSummaryForOrganizationRequest(DescribeBillSummaryForOrganizationRequest 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. Pass in it when `GroupType` is `tag`.Copyright © 2024. All rights reserved.