Class TopDataMore
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdn.v20180606.models.TopDataMore
-
public class TopDataMore extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description TopDataMore()TopDataMore(TopDataMore 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 TopDetailDataMore[]getDetailData()Get 排序结果详情StringgetResource()Get 资源名称,根据查询条件不同分为以下几类:voidsetDetailData(TopDetailDataMore[] DetailData)Set 排序结果详情voidsetResource(String Resource)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
-
TopDataMore
public TopDataMore()
-
TopDataMore
public TopDataMore(TopDataMore 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
-
getResource
public String getResource()
Get 资源名称,根据查询条件不同分为以下几类:- Returns:
- Resource 资源名称,根据查询条件不同分为以下几类:
-
setResource
public void setResource(String Resource)
Set 资源名称,根据查询条件不同分为以下几类:- Parameters:
Resource- 资源名称,根据查询条件不同分为以下几类:
-
getDetailData
public TopDetailDataMore[] getDetailData()
Get 排序结果详情- Returns:
- DetailData 排序结果详情
-
setDetailData
public void setDetailData(TopDetailDataMore[] DetailData)
Set 排序结果详情- Parameters:
DetailData- 排序结果详情
-
-