public class ModifyVirusScanTimeoutSettingRequest extends AbstractModel
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 设置类型0一键检测,1定时检测
|
Long |
getTimeout()
Get 超时时长单位小时(5~24h)
|
void |
setScanType(Long ScanType)
Set 设置类型0一键检测,1定时检测
|
void |
setTimeout(Long Timeout)
Set 超时时长单位小时(5~24h)
|
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 ModifyVirusScanTimeoutSettingRequest()
public ModifyVirusScanTimeoutSettingRequest(ModifyVirusScanTimeoutSettingRequest source)
public Long getTimeout()
public void setTimeout(Long Timeout)
Timeout
- 超时时长单位小时(5~24h)public Long getScanType()
public void setScanType(Long ScanType)
ScanType
- 设置类型0一键检测,1定时检测Copyright © 2022. All rights reserved.