public class ModifyVirusScanTimeoutSettingRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyVirusScanTimeoutSettingRequest() |
ModifyVirusScanTimeoutSettingRequest(ModifyVirusScanTimeoutSettingRequest 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 |
getScanType()
Get Scan type.
|
Long |
getTimeout()
Get Timeout period in hours.
|
void |
setScanType(Long ScanType)
Set Scan type.
|
void |
setTimeout(Long Timeout)
Set Timeout period in hours.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyVirusScanTimeoutSettingRequest()
public ModifyVirusScanTimeoutSettingRequest(ModifyVirusScanTimeoutSettingRequest source)
public Long getTimeout()
public void setTimeout(Long Timeout)
Timeout
- Timeout period in hours. Value range: 5-24.public Long getScanType()
public void setScanType(Long ScanType)
ScanType
- Scan type. Valid values: `0` (quick scan); `1` (scheduled scan).Copyright © 2024. All rights reserved.