public class DescribeVirusManualScanEstimateTimeoutRequest extends AbstractModel
Constructor and Description |
---|
DescribeVirusManualScanEstimateTimeoutRequest() |
DescribeVirusManualScanEstimateTimeoutRequest(DescribeVirusManualScanEstimateTimeoutRequest 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 |
---|---|
String[] |
getScanIds()
Get ID of the specified container or server to be scanned, which is based on `ScanRangeType`.
|
Boolean |
getScanRangeAll()
Get Valid values: `true` (all); `false` (specified).
|
Long |
getScanRangeType()
Get Scanning scope.
|
void |
setScanIds(String[] ScanIds)
Set ID of the specified container or server to be scanned, which is based on `ScanRangeType`.
|
void |
setScanRangeAll(Boolean ScanRangeAll)
Set Valid values: `true` (all); `false` (specified).
|
void |
setScanRangeType(Long ScanRangeType)
Set Scanning scope.
|
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 DescribeVirusManualScanEstimateTimeoutRequest()
public DescribeVirusManualScanEstimateTimeoutRequest(DescribeVirusManualScanEstimateTimeoutRequest source)
public Long getScanRangeType()
public void setScanRangeType(Long ScanRangeType)
ScanRangeType
- Scanning scope. Valid values: `0` (container); `1` (server).public Boolean getScanRangeAll()
public void setScanRangeAll(Boolean ScanRangeAll)
ScanRangeAll
- Valid values: `true` (all); `false` (specified).public String[] getScanIds()
public void setScanIds(String[] ScanIds)
ScanIds
- ID of the specified container or server to be scanned, which is based on `ScanRangeType`.Copyright © 2023. All rights reserved.