public class ModifyVirusAutoIsolateSettingRequest extends AbstractModel
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 Automatic isolation switch.
|
Boolean |
getIsKillProgress()
Get Whether to interrupt the process associated with the isolated file.
|
void |
setAutoIsolateSwitch(Boolean AutoIsolateSwitch)
Set Automatic isolation switch.
|
void |
setIsKillProgress(Boolean IsKillProgress)
Set Whether to interrupt the process associated with the isolated file.
|
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 ModifyVirusAutoIsolateSettingRequest()
public ModifyVirusAutoIsolateSettingRequest(ModifyVirusAutoIsolateSettingRequest source)
public Boolean getAutoIsolateSwitch()
public void setAutoIsolateSwitch(Boolean AutoIsolateSwitch)
AutoIsolateSwitch
- Automatic isolation switch. Valid values: `true` (on); `false` (off).public Boolean getIsKillProgress()
public void setIsKillProgress(Boolean IsKillProgress)
IsKillProgress
- Whether to interrupt the process associated with the isolated file. Valid values: `true` (yes); `false` (no).Copyright © 2023. All rights reserved.