public class UpdateImageRegistryTimingScanTaskRequest extends AbstractModel
Constructor and Description |
---|
UpdateImageRegistryTimingScanTaskRequest() |
UpdateImageRegistryTimingScanTaskRequest(UpdateImageRegistryTimingScanTaskRequest 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 Whether to scan all
|
Boolean |
getEnable()
Get Scheduled scan switch
|
Long[] |
getId()
Get ID of the image to be scanned
|
ImageInfo[] |
getImages()
Get Scanned image
|
Long |
getScanPeriod()
Get Scheduled scan cycle
|
String |
getScanTime()
Get Scheduled scan time
|
String[] |
getScanType()
Get Array of the scanned trojan types
|
void |
setAll(Boolean All)
Set Whether to scan all
|
void |
setEnable(Boolean Enable)
Set Scheduled scan switch
|
void |
setId(Long[] Id)
Set ID of the image to be scanned
|
void |
setImages(ImageInfo[] Images)
Set Scanned image
|
void |
setScanPeriod(Long ScanPeriod)
Set Scheduled scan cycle
|
void |
setScanTime(String ScanTime)
Set Scheduled scan time
|
void |
setScanType(String[] ScanType)
Set Array of the scanned trojan types
|
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 UpdateImageRegistryTimingScanTaskRequest()
public UpdateImageRegistryTimingScanTaskRequest(UpdateImageRegistryTimingScanTaskRequest source)
public Long getScanPeriod()
public void setScanPeriod(Long ScanPeriod)
ScanPeriod
- Scheduled scan cyclepublic Boolean getEnable()
public void setEnable(Boolean Enable)
Enable
- Scheduled scan switchpublic String getScanTime()
public void setScanTime(String ScanTime)
ScanTime
- Scheduled scan timepublic String[] getScanType()
public void setScanType(String[] ScanType)
ScanType
- Array of the scanned trojan typespublic ImageInfo[] getImages()
public void setImages(ImageInfo[] Images)
Images
- Scanned imagepublic Boolean getAll()
public void setAll(Boolean All)
All
- Whether to scan allpublic Long[] getId()
public void setId(Long[] Id)
Id
- ID of the image to be scannedCopyright © 2023. All rights reserved.