public class DomainBotCount extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getCount()
Get BOT次数
|
String |
getCountry()
Get 国家/地区
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDomain()
Get 域名
|
String |
getIsp()
Get 运营商
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getProvince()
Get 省份
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getValue()
Get Top指标值
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCount(Long Count)
Set BOT次数
|
void |
setCountry(String Country)
Set 国家/地区
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDomain(String Domain)
Set 域名
|
void |
setIsp(String Isp)
Set 运营商
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setProvince(String Province)
Set 省份
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setValue(String Value)
Set Top指标值
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DomainBotCount()
public DomainBotCount(DomainBotCount source)
public String getDomain()
public void setDomain(String Domain)
Domain
- 域名public Long getCount()
public void setCount(Long Count)
Count
- BOT次数public String getValue()
public void setValue(String Value)
Value
- Top指标值
注意:此字段可能返回 null,表示取不到有效值。public String getCountry()
public void setCountry(String Country)
Country
- 国家/地区
注意:此字段可能返回 null,表示取不到有效值。public String getProvince()
public void setProvince(String Province)
Province
- 省份
注意:此字段可能返回 null,表示取不到有效值。public String getIsp()
public void setIsp(String Isp)
Isp
- 运营商
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.