Class RuleDimStat
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.wedata.v20210820.models.RuleDimStat
-
public class RuleDimStat extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description RuleDimStat()
RuleDimStat(RuleDimStat 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 RuleDimCnt[]
getDimCntList()
Get 维度统计数Long
getTotalCnt()
Get 总数void
setDimCntList(RuleDimCnt[] DimCntList)
Set 维度统计数void
setTotalCnt(Long TotalCnt)
Set 总数void
toMap(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
-
RuleDimStat
public RuleDimStat()
-
RuleDimStat
public RuleDimStat(RuleDimStat 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
-
getTotalCnt
public Long getTotalCnt()
Get 总数- Returns:
- TotalCnt 总数
-
setTotalCnt
public void setTotalCnt(Long TotalCnt)
Set 总数- Parameters:
TotalCnt
- 总数
-
getDimCntList
public RuleDimCnt[] getDimCntList()
Get 维度统计数- Returns:
- DimCntList 维度统计数
-
setDimCntList
public void setDimCntList(RuleDimCnt[] DimCntList)
Set 维度统计数- Parameters:
DimCntList
- 维度统计数
-
-