Class DescribeAssetImageRegistryVulListRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcss.v20201101.models.DescribeAssetImageRegistryVulListRequest
-
public class DescribeAssetImageRegistryVulListRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeAssetImageRegistryVulListRequest()DescribeAssetImageRegistryVulListRequest(DescribeAssetImageRegistryVulListRequest 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 AssetFilters[]getFilters()Get 过滤条件。 Level- String - 是否必填:否 - 漏洞级别筛选, Name - String - 是否必填:否 - 漏洞名称LonggetId()Get 镜像标识IdImageInfogetImageInfo()Get 镜像信息LonggetLimit()Get 需要返回的数量,默认为10,最大值为100LonggetOffset()Get 偏移量,默认为0。voidsetFilters(AssetFilters[] Filters)Set 过滤条件。 Level- String - 是否必填:否 - 漏洞级别筛选, Name - String - 是否必填:否 - 漏洞名称voidsetId(Long Id)Set 镜像标识IdvoidsetImageInfo(ImageInfo ImageInfo)Set 镜像信息voidsetLimit(Long Limit)Set 需要返回的数量,默认为10,最大值为100voidsetOffset(Long Offset)Set 偏移量,默认为0。voidtoMap(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
-
DescribeAssetImageRegistryVulListRequest
public DescribeAssetImageRegistryVulListRequest()
-
DescribeAssetImageRegistryVulListRequest
public DescribeAssetImageRegistryVulListRequest(DescribeAssetImageRegistryVulListRequest 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
-
getLimit
public Long getLimit()
Get 需要返回的数量,默认为10,最大值为100- Returns:
- Limit 需要返回的数量,默认为10,最大值为100
-
setLimit
public void setLimit(Long Limit)
Set 需要返回的数量,默认为10,最大值为100- Parameters:
Limit- 需要返回的数量,默认为10,最大值为100
-
getOffset
public Long getOffset()
Get 偏移量,默认为0。- Returns:
- Offset 偏移量,默认为0。
-
setOffset
public void setOffset(Long Offset)
Set 偏移量,默认为0。- Parameters:
Offset- 偏移量,默认为0。
-
getFilters
public AssetFilters[] getFilters()
Get 过滤条件。- Level- String - 是否必填:否 - 漏洞级别筛选,
- Name - String - 是否必填:否 - 漏洞名称
- Returns:
- Filters 过滤条件。
- Level- String - 是否必填:否 - 漏洞级别筛选,
- Name - String - 是否必填:否 - 漏洞名称
-
setFilters
public void setFilters(AssetFilters[] Filters)
Set 过滤条件。- Level- String - 是否必填:否 - 漏洞级别筛选,
- Name - String - 是否必填:否 - 漏洞名称
- Parameters:
Filters- 过滤条件。- Level- String - 是否必填:否 - 漏洞级别筛选,
- Name - String - 是否必填:否 - 漏洞名称
-
getImageInfo
public ImageInfo getImageInfo()
Get 镜像信息- Returns:
- ImageInfo 镜像信息
-
setImageInfo
public void setImageInfo(ImageInfo ImageInfo)
Set 镜像信息- Parameters:
ImageInfo- 镜像信息
-
getId
public Long getId()
Get 镜像标识Id- Returns:
- Id 镜像标识Id
-
setId
public void setId(Long Id)
Set 镜像标识Id- Parameters:
Id- 镜像标识Id
-
-