public class DescribeUsageSummaryRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeUsageSummaryRequest() |
DescribeUsageSummaryRequest(DescribeUsageSummaryRequest 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 统计时间段的开始时间
|
String |
getEndTime()
Get 统计时间段的结束时间
|
Boolean |
getIsWeighted()
Get true: 返回加权后的数据
false: 返回原始数据
|
String[] |
getSubProducts()
Get 需要获取用量的子产品列表
|
void |
setBeginTime(String BeginTime)
Set 统计时间段的开始时间
|
void |
setEndTime(String EndTime)
Set 统计时间段的结束时间
|
void |
setIsWeighted(Boolean IsWeighted)
Set true: 返回加权后的数据
false: 返回原始数据
|
void |
setSubProducts(String[] SubProducts)
Set 需要获取用量的子产品列表
|
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 DescribeUsageSummaryRequest()
public DescribeUsageSummaryRequest(DescribeUsageSummaryRequest source)
public String getBeginTime()
public void setBeginTime(String BeginTime)
BeginTime
- 统计时间段的开始时间public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- 统计时间段的结束时间public String[] getSubProducts()
public void setSubProducts(String[] SubProducts)
SubProducts
- 需要获取用量的子产品列表public Boolean getIsWeighted()
public void setIsWeighted(Boolean IsWeighted)
IsWeighted
- true: 返回加权后的数据
false: 返回原始数据Copyright © 2024. All rights reserved.