Class CreateVulContainerExportJobRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcss.v20201101.models.CreateVulContainerExportJobRequest
-
public class CreateVulContainerExportJobRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateVulContainerExportJobRequest()CreateVulContainerExportJobRequest(CreateVulContainerExportJobRequest 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 RunTimeFilters[]getFilters()Get 过滤条件。 OnlyAffectedNewestImage- Bool- 是否必填:否 - 仅展示影响最新版本镜像的漏洞 ContainerID- string - 是否必填:否 - 容器ID ContainerName- String -是否必填: 否 - 容器名称LonggetLimit()Get 需要返回的数量,默认为50000,最大值为50000LonggetOffset()Get 偏移量,默认为0。StringgetPocID()Get 漏洞PocIDvoidsetFilters(RunTimeFilters[] Filters)Set 过滤条件。 OnlyAffectedNewestImage- Bool- 是否必填:否 - 仅展示影响最新版本镜像的漏洞 ContainerID- string - 是否必填:否 - 容器ID ContainerName- String -是否必填: 否 - 容器名称voidsetLimit(Long Limit)Set 需要返回的数量,默认为50000,最大值为50000voidsetOffset(Long Offset)Set 偏移量,默认为0。voidsetPocID(String PocID)Set 漏洞PocIDvoidtoMap(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
-
CreateVulContainerExportJobRequest
public CreateVulContainerExportJobRequest()
-
CreateVulContainerExportJobRequest
public CreateVulContainerExportJobRequest(CreateVulContainerExportJobRequest 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
-
getPocID
public String getPocID()
Get 漏洞PocID- Returns:
- PocID 漏洞PocID
-
setPocID
public void setPocID(String PocID)
Set 漏洞PocID- Parameters:
PocID- 漏洞PocID
-
getLimit
public Long getLimit()
Get 需要返回的数量,默认为50000,最大值为50000- Returns:
- Limit 需要返回的数量,默认为50000,最大值为50000
-
setLimit
public void setLimit(Long Limit)
Set 需要返回的数量,默认为50000,最大值为50000- Parameters:
Limit- 需要返回的数量,默认为50000,最大值为50000
-
getOffset
public Long getOffset()
Get 偏移量,默认为0。- Returns:
- Offset 偏移量,默认为0。
-
setOffset
public void setOffset(Long Offset)
Set 偏移量,默认为0。- Parameters:
Offset- 偏移量,默认为0。
-
getFilters
public RunTimeFilters[] getFilters()
Get 过滤条件。- OnlyAffectedNewestImage- Bool- 是否必填:否 - 仅展示影响最新版本镜像的漏洞
- ContainerID- string - 是否必填:否 - 容器ID
- ContainerName- String -是否必填: 否 - 容器名称
- Returns:
- Filters 过滤条件。
- OnlyAffectedNewestImage- Bool- 是否必填:否 - 仅展示影响最新版本镜像的漏洞
- ContainerID- string - 是否必填:否 - 容器ID
- ContainerName- String -是否必填: 否 - 容器名称
-
setFilters
public void setFilters(RunTimeFilters[] Filters)
Set 过滤条件。- OnlyAffectedNewestImage- Bool- 是否必填:否 - 仅展示影响最新版本镜像的漏洞
- ContainerID- string - 是否必填:否 - 容器ID
- ContainerName- String -是否必填: 否 - 容器名称
- Parameters:
Filters- 过滤条件。- OnlyAffectedNewestImage- Bool- 是否必填:否 - 仅展示影响最新版本镜像的漏洞
- ContainerID- string - 是否必填:否 - 容器ID
- ContainerName- String -是否必填: 否 - 容器名称
-
-