Class TopDataRecord
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.teo.v20220901.models.TopDataRecord
-
public class TopDataRecord extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description TopDataRecord()TopDataRecord(TopDataRecord 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 TopDetailData[]getDetailData()Get top数据排行。StringgetTypeKey()Get 查询维度值。voidsetDetailData(TopDetailData[] DetailData)Set top数据排行。voidsetTypeKey(String TypeKey)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
-
TopDataRecord
public TopDataRecord()
-
TopDataRecord
public TopDataRecord(TopDataRecord 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
-
getTypeKey
public String getTypeKey()
Get 查询维度值。- Returns:
- TypeKey 查询维度值。
-
setTypeKey
public void setTypeKey(String TypeKey)
Set 查询维度值。- Parameters:
TypeKey- 查询维度值。
-
getDetailData
public TopDetailData[] getDetailData()
Get top数据排行。- Returns:
- DetailData top数据排行。
-
setDetailData
public void setDetailData(TopDetailData[] DetailData)
Set top数据排行。- Parameters:
DetailData- top数据排行。
-
-