public class DescribeAssetImageScanSettingResponse extends AbstractModel
header, skipSign
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()
Deprecated.
|
Boolean |
getEnable()
Get Switch
|
String[] |
getImages()
Get Scan of specified images
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
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)
Deprecated.
|
void |
setEnable(Boolean Enable)
Set Switch
|
void |
setImages(String[] Images)
Set Scan of specified images
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, 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 scan@Deprecated public Boolean getAll()
@Deprecated 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, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2024. All rights reserved.