Class SeparateMalwaresRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.SeparateMalwaresRequest
-
public class SeparateMalwaresRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SeparateMalwaresRequest()SeparateMalwaresRequest(SeparateMalwaresRequest 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 Long[]getIds()Get 木马事件ID数组。(最大100条)BooleangetKillProcess()Get 是否杀掉进程voidsetIds(Long[] Ids)Set 木马事件ID数组。(最大100条)voidsetKillProcess(Boolean KillProcess)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
-
SeparateMalwaresRequest
public SeparateMalwaresRequest()
-
SeparateMalwaresRequest
public SeparateMalwaresRequest(SeparateMalwaresRequest 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
-
getIds
public Long[] getIds()
Get 木马事件ID数组。(最大100条)- Returns:
- Ids 木马事件ID数组。(最大100条)
-
setIds
public void setIds(Long[] Ids)
Set 木马事件ID数组。(最大100条)- Parameters:
Ids- 木马事件ID数组。(最大100条)
-
getKillProcess
public Boolean getKillProcess()
Get 是否杀掉进程- Returns:
- KillProcess 是否杀掉进程
-
setKillProcess
public void setKillProcess(Boolean KillProcess)
Set 是否杀掉进程- Parameters:
KillProcess- 是否杀掉进程
-
-