Class ScdnTopData
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdn.v20180606.models.ScdnTopData
-
public class ScdnTopData extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ScdnTopData()ScdnTopData(ScdnTopData 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 StringgetDistrict()Get 区域StringgetIp()Get IP地址StringgetIsp()Get 运营商StringgetTime()Get 时间LonggetValue()Get 数值voidsetDistrict(String District)Set 区域voidsetIp(String Ip)Set IP地址voidsetIsp(String Isp)Set 运营商voidsetTime(String Time)Set 时间voidsetValue(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
-
ScdnTopData
public ScdnTopData()
-
ScdnTopData
public ScdnTopData(ScdnTopData 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
-
getTime
public String getTime()
Get 时间- Returns:
- Time 时间
-
setTime
public void setTime(String Time)
Set 时间- Parameters:
Time- 时间
-
getValue
public Long getValue()
Get 数值- Returns:
- Value 数值
-
setValue
public void setValue(Long Value)
Set 数值- Parameters:
Value- 数值
-
getIsp
public String getIsp()
Get 运营商- Returns:
- Isp 运营商
-
setIsp
public void setIsp(String Isp)
Set 运营商- Parameters:
Isp- 运营商
-
getIp
public String getIp()
Get IP地址- Returns:
- Ip IP地址
-
setIp
public void setIp(String Ip)
Set IP地址- Parameters:
Ip- IP地址
-
getDistrict
public String getDistrict()
Get 区域- Returns:
- District 区域
-
setDistrict
public void setDistrict(String District)
Set 区域- Parameters:
District- 区域
-
-