Class ScdnTopUrlData
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdn.v20180606.models.ScdnTopUrlData
-
public class ScdnTopUrlData extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ScdnTopUrlData()ScdnTopUrlData(ScdnTopUrlData 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 StringgetDomain()Get 域名 注意:此字段可能返回 null,表示取不到有效值。StringgetTime()Get 时间StringgetUrl()Get Top数据的URLLonggetValue()Get 数值voidsetDomain(String Domain)Set 域名 注意:此字段可能返回 null,表示取不到有效值。voidsetTime(String Time)Set 时间voidsetUrl(String Url)Set Top数据的URLvoidsetValue(Long Value)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
-
ScdnTopUrlData
public ScdnTopUrlData()
-
ScdnTopUrlData
public ScdnTopUrlData(ScdnTopUrlData 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
-
getUrl
public String getUrl()
Get Top数据的URL- Returns:
- Url Top数据的URL
-
setUrl
public void setUrl(String Url)
Set Top数据的URL- Parameters:
Url- Top数据的URL
-
getValue
public Long getValue()
Get 数值- Returns:
- Value 数值
-
setValue
public void setValue(Long Value)
Set 数值- Parameters:
Value- 数值
-
getTime
public String getTime()
Get 时间- Returns:
- Time 时间
-
setTime
public void setTime(String Time)
Set 时间- Parameters:
Time- 时间
-
getDomain
public String getDomain()
Get 域名 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Domain 域名 注意:此字段可能返回 null,表示取不到有效值。
-
setDomain
public void setDomain(String Domain)
Set 域名 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Domain- 域名 注意:此字段可能返回 null,表示取不到有效值。
-
-