public class ModifyVirusAutoIsolateSettingRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyVirusAutoIsolateSettingRequest() |
ModifyVirusAutoIsolateSettingRequest(ModifyVirusAutoIsolateSettingRequest 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 |
---|---|
Boolean |
getAutoIsolateSwitch()
Get 自动隔离开关(true:开 false:关)
|
Boolean |
getIsKillProgress()
Get 是否中断隔离文件关联的进程(true:是 false:否)
|
void |
setAutoIsolateSwitch(Boolean AutoIsolateSwitch)
Set 自动隔离开关(true:开 false:关)
|
void |
setIsKillProgress(Boolean IsKillProgress)
Set 是否中断隔离文件关联的进程(true:是 false:否)
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyVirusAutoIsolateSettingRequest()
public ModifyVirusAutoIsolateSettingRequest(ModifyVirusAutoIsolateSettingRequest source)
public Boolean getAutoIsolateSwitch()
public void setAutoIsolateSwitch(Boolean AutoIsolateSwitch)
AutoIsolateSwitch
- 自动隔离开关(true:开 false:关)public Boolean getIsKillProgress()
public void setIsKillProgress(Boolean IsKillProgress)
IsKillProgress
- 是否中断隔离文件关联的进程(true:是 false:否)Copyright © 2024. All rights reserved.