Class DomainBotCount
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdn.v20180606.models.DomainBotCount
-
public class DomainBotCount extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DomainBotCount()DomainBotCount(DomainBotCount 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 LonggetCount()Get BOT次数StringgetCountry()Get 国家/地区 注意:此字段可能返回 null,表示取不到有效值。StringgetDomain()Get 域名StringgetIsp()Get 运营商 注意:此字段可能返回 null,表示取不到有效值。StringgetProvince()Get 省份 注意:此字段可能返回 null,表示取不到有效值。StringgetValue()Get Top指标值 注意:此字段可能返回 null,表示取不到有效值。voidsetCount(Long Count)Set BOT次数voidsetCountry(String Country)Set 国家/地区 注意:此字段可能返回 null,表示取不到有效值。voidsetDomain(String Domain)Set 域名voidsetIsp(String Isp)Set 运营商 注意:此字段可能返回 null,表示取不到有效值。voidsetProvince(String Province)Set 省份 注意:此字段可能返回 null,表示取不到有效值。voidsetValue(String Value)Set Top指标值 注意:此字段可能返回 null,表示取不到有效值。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
-
DomainBotCount
public DomainBotCount()
-
DomainBotCount
public DomainBotCount(DomainBotCount 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
-
getDomain
public String getDomain()
Get 域名- Returns:
- Domain 域名
-
setDomain
public void setDomain(String Domain)
Set 域名- Parameters:
Domain- 域名
-
getCount
public Long getCount()
Get BOT次数- Returns:
- Count BOT次数
-
setCount
public void setCount(Long Count)
Set BOT次数- Parameters:
Count- BOT次数
-
getValue
public String getValue()
Get Top指标值 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Value Top指标值 注意:此字段可能返回 null,表示取不到有效值。
-
setValue
public void setValue(String Value)
Set Top指标值 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Value- Top指标值 注意:此字段可能返回 null,表示取不到有效值。
-
getCountry
public String getCountry()
Get 国家/地区 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Country 国家/地区 注意:此字段可能返回 null,表示取不到有效值。
-
setCountry
public void setCountry(String Country)
Set 国家/地区 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Country- 国家/地区 注意:此字段可能返回 null,表示取不到有效值。
-
getProvince
public String getProvince()
Get 省份 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Province 省份 注意:此字段可能返回 null,表示取不到有效值。
-
setProvince
public void setProvince(String Province)
Set 省份 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Province- 省份 注意:此字段可能返回 null,表示取不到有效值。
-
getIsp
public String getIsp()
Get 运营商 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Isp 运营商 注意:此字段可能返回 null,表示取不到有效值。
-
setIsp
public void setIsp(String Isp)
Set 运营商 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Isp- 运营商 注意:此字段可能返回 null,表示取不到有效值。
-
-