Class DescribeUsageSummaryRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tiw.v20190919.models.DescribeUsageSummaryRequest
-
public class DescribeUsageSummaryRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBeginTime()Get 统计时间段的开始时间StringgetEndTime()Get 统计时间段的结束时间BooleangetIsWeighted()Get true: 返回加权后的数据 false: 返回原始数据String[]getSubProducts()Get 需要获取用量的子产品列表voidsetBeginTime(String BeginTime)Set 统计时间段的开始时间voidsetEndTime(String EndTime)Set 统计时间段的结束时间voidsetIsWeighted(Boolean IsWeighted)Set true: 返回加权后的数据 false: 返回原始数据voidsetSubProducts(String[] SubProducts)Set 需要获取用量的子产品列表voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeUsageSummaryRequest
public DescribeUsageSummaryRequest()
-
DescribeUsageSummaryRequest
public 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.
-
-
Method Detail
-
getBeginTime
public String getBeginTime()
Get 统计时间段的开始时间- Returns:
- BeginTime 统计时间段的开始时间
-
setBeginTime
public void setBeginTime(String BeginTime)
Set 统计时间段的开始时间- Parameters:
BeginTime- 统计时间段的开始时间
-
getEndTime
public String getEndTime()
Get 统计时间段的结束时间- Returns:
- EndTime 统计时间段的结束时间
-
setEndTime
public void setEndTime(String EndTime)
Set 统计时间段的结束时间- Parameters:
EndTime- 统计时间段的结束时间
-
getSubProducts
public String[] getSubProducts()
Get 需要获取用量的子产品列表- Returns:
- SubProducts 需要获取用量的子产品列表
-
setSubProducts
public void setSubProducts(String[] SubProducts)
Set 需要获取用量的子产品列表- Parameters:
SubProducts- 需要获取用量的子产品列表
-
getIsWeighted
public Boolean getIsWeighted()
Get true: 返回加权后的数据 false: 返回原始数据- Returns:
- IsWeighted true: 返回加权后的数据 false: 返回原始数据
-
setIsWeighted
public void setIsWeighted(Boolean IsWeighted)
Set true: 返回加权后的数据 false: 返回原始数据- Parameters:
IsWeighted- true: 返回加权后的数据 false: 返回原始数据
-
-