Class StopVulScanTaskRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcss.v20201101.models.StopVulScanTaskRequest
-
public class StopVulScanTaskRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description StopVulScanTaskRequest()StopVulScanTaskRequest(StopVulScanTaskRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getLocalImageIDs()Get 本地镜像ID,无则全部LonggetLocalTaskID()Get 本地镜像漏洞扫描任务IDLong[]getRegistryImageIDs()Get 仓库镜像ID,无则全部LonggetRegistryTaskID()Get 仓库镜像漏洞扫描任务IDvoidsetLocalImageIDs(String[] LocalImageIDs)Set 本地镜像ID,无则全部voidsetLocalTaskID(Long LocalTaskID)Set 本地镜像漏洞扫描任务IDvoidsetRegistryImageIDs(Long[] RegistryImageIDs)Set 仓库镜像ID,无则全部voidsetRegistryTaskID(Long RegistryTaskID)Set 仓库镜像漏洞扫描任务IDvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
StopVulScanTaskRequest
public StopVulScanTaskRequest()
-
StopVulScanTaskRequest
public StopVulScanTaskRequest(StopVulScanTaskRequest 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.
-
-
Method Detail
-
getLocalTaskID
public Long getLocalTaskID()
Get 本地镜像漏洞扫描任务ID- Returns:
- LocalTaskID 本地镜像漏洞扫描任务ID
-
setLocalTaskID
public void setLocalTaskID(Long LocalTaskID)
Set 本地镜像漏洞扫描任务ID- Parameters:
LocalTaskID- 本地镜像漏洞扫描任务ID
-
getLocalImageIDs
public String[] getLocalImageIDs()
Get 本地镜像ID,无则全部- Returns:
- LocalImageIDs 本地镜像ID,无则全部
-
setLocalImageIDs
public void setLocalImageIDs(String[] LocalImageIDs)
Set 本地镜像ID,无则全部- Parameters:
LocalImageIDs- 本地镜像ID,无则全部
-
getRegistryImageIDs
public Long[] getRegistryImageIDs()
Get 仓库镜像ID,无则全部- Returns:
- RegistryImageIDs 仓库镜像ID,无则全部
-
setRegistryImageIDs
public void setRegistryImageIDs(Long[] RegistryImageIDs)
Set 仓库镜像ID,无则全部- Parameters:
RegistryImageIDs- 仓库镜像ID,无则全部
-
getRegistryTaskID
public Long getRegistryTaskID()
Get 仓库镜像漏洞扫描任务ID- Returns:
- RegistryTaskID 仓库镜像漏洞扫描任务ID
-
setRegistryTaskID
public void setRegistryTaskID(Long RegistryTaskID)
Set 仓库镜像漏洞扫描任务ID- Parameters:
RegistryTaskID- 仓库镜像漏洞扫描任务ID
-
-