public class SeparateMalwaresRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long[] |
getIds()
Get 木马事件ID数组。(最大100条)
|
Boolean |
getKillProcess()
Get 是否杀掉进程
|
void |
setIds(Long[] Ids)
Set 木马事件ID数组。(最大100条)
|
void |
setKillProcess(Boolean KillProcess)
Set 是否杀掉进程
|
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 SeparateMalwaresRequest()
public SeparateMalwaresRequest(SeparateMalwaresRequest source)
public Long[] getIds()
public void setIds(Long[] Ids)
Ids
- 木马事件ID数组。(最大100条)public Boolean getKillProcess()
public void setKillProcess(Boolean KillProcess)
KillProcess
- 是否杀掉进程Copyright © 2023. All rights reserved.