public class DescribeAssetImageScanSettingResponse extends AbstractModel
Constructor and Description |
---|
DescribeAssetImageScanSettingResponse() |
DescribeAssetImageScanSettingResponse(DescribeAssetImageScanSettingResponse 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 |
getAll()
Get Scan of all images
|
Boolean |
getEnable()
Get Switch
|
String[] |
getImages()
Get Scan of specified images
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
Long |
getScanPeriod()
Get Scan interval
|
Boolean |
getScanRisk()
Get Sensitive data scan
|
String |
getScanTime()
Get Scan time, which is a complete time and parsed as hour/minute/second in time zone 0 on the backend.
|
Boolean |
getScanVirus()
Get Trojan scan
|
Boolean |
getScanVul()
Get Vulnerability scan
|
void |
setAll(Boolean All)
Set Scan of all images
|
void |
setEnable(Boolean Enable)
Set Switch
|
void |
setImages(String[] Images)
Set Scan of specified images
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setScanPeriod(Long ScanPeriod)
Set Scan interval
|
void |
setScanRisk(Boolean ScanRisk)
Set Sensitive data scan
|
void |
setScanTime(String ScanTime)
Set Scan time, which is a complete time and parsed as hour/minute/second in time zone 0 on the backend.
|
void |
setScanVirus(Boolean ScanVirus)
Set Trojan scan
|
void |
setScanVul(Boolean ScanVul)
Set Vulnerability scan
|
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 DescribeAssetImageScanSettingResponse()
public DescribeAssetImageScanSettingResponse(DescribeAssetImageScanSettingResponse source)
public Boolean getEnable()
public void setEnable(Boolean Enable)
Enable
- Switchpublic String getScanTime()
public void setScanTime(String ScanTime)
ScanTime
- Scan time, which is a complete time and parsed as hour/minute/second in time zone 0 on the backend.public Long getScanPeriod()
public void setScanPeriod(Long ScanPeriod)
ScanPeriod
- Scan intervalpublic Boolean getScanVirus()
public void setScanVirus(Boolean ScanVirus)
ScanVirus
- Trojan scanpublic Boolean getScanRisk()
public void setScanRisk(Boolean ScanRisk)
ScanRisk
- Sensitive data scanpublic Boolean getScanVul()
public void setScanVul(Boolean ScanVul)
ScanVul
- Vulnerability scanpublic Boolean getAll()
public void setAll(Boolean All)
All
- Scan of all imagespublic String[] getImages()
public void setImages(String[] Images)
Images
- Scan of specified imagespublic String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.