Class EvilCount
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vm.v20200709.models.EvilCount
-
public class EvilCount extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetCount()Get 分布类型总量StringgetEvilType()Get 违规类型: Terror 24001 Porn 20002 Polity 20001 Ad 20105 Abuse 20007 Illegal 20006 Spam 25001 Moan 26001voidsetCount(Long Count)Set 分布类型总量voidsetEvilType(String EvilType)Set 违规类型: Terror 24001 Porn 20002 Polity 20001 Ad 20105 Abuse 20007 Illegal 20006 Spam 25001 Moan 26001voidtoMap(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
-
EvilCount
public EvilCount()
-
EvilCount
public EvilCount(EvilCount 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
-
getEvilType
public String getEvilType()
Get 违规类型: Terror 24001 Porn 20002 Polity 20001 Ad 20105 Abuse 20007 Illegal 20006 Spam 25001 Moan 26001- Returns:
- EvilType 违规类型: Terror 24001 Porn 20002 Polity 20001 Ad 20105 Abuse 20007 Illegal 20006 Spam 25001 Moan 26001
-
setEvilType
public void setEvilType(String EvilType)
Set 违规类型: Terror 24001 Porn 20002 Polity 20001 Ad 20105 Abuse 20007 Illegal 20006 Spam 25001 Moan 26001- Parameters:
EvilType- 违规类型: Terror 24001 Porn 20002 Polity 20001 Ad 20105 Abuse 20007 Illegal 20006 Spam 25001 Moan 26001
-
getCount
public Long getCount()
Get 分布类型总量- Returns:
- Count 分布类型总量
-
setCount
public void setCount(Long Count)
Set 分布类型总量- Parameters:
Count- 分布类型总量
-
-