Class EvilCount
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ams.v20200608.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 Long
getCount()
Get 分布类型总量String
getEvilType()
Get ----非必选,该参数功能暂未对外开放void
setCount(Long Count)
Set 分布类型总量void
setEvilType(String EvilType)
Set ----非必选,该参数功能暂未对外开放void
toMap(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 ----非必选,该参数功能暂未对外开放- Returns:
- EvilType ----非必选,该参数功能暂未对外开放
-
setEvilType
public void setEvilType(String EvilType)
Set ----非必选,该参数功能暂未对外开放- Parameters:
EvilType
- ----非必选,该参数功能暂未对外开放
-
getCount
public Long getCount()
Get 分布类型总量- Returns:
- Count 分布类型总量
-
setCount
public void setCount(Long Count)
Set 分布类型总量- Parameters:
Count
- 分布类型总量
-
-