public class DescribeAssetImageRegistryVirusListRequest extends AbstractModel
Constructor and Description |
---|
DescribeAssetImageRegistryVirusListRequest() |
DescribeAssetImageRegistryVirusListRequest(DescribeAssetImageRegistryVirusListRequest 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 |
---|---|
AssetFilters[] |
getFilters()
Get 过滤条件。
Level- String - 是否必填:否 - 漏洞级别筛选,
Name - String - 是否必填:否 - 漏洞名称
|
Long |
getId()
Get 镜像标识Id
|
ImageInfo |
getImageInfo()
Get 镜像信息
|
Long |
getLimit()
Get 需要返回的数量,默认为10,最大值为100
|
Long |
getOffset()
Get 偏移量,默认为0。
|
void |
setFilters(AssetFilters[] Filters)
Set 过滤条件。
Level- String - 是否必填:否 - 漏洞级别筛选,
Name - String - 是否必填:否 - 漏洞名称
|
void |
setId(Long Id)
Set 镜像标识Id
|
void |
setImageInfo(ImageInfo ImageInfo)
Set 镜像信息
|
void |
setLimit(Long Limit)
Set 需要返回的数量,默认为10,最大值为100
|
void |
setOffset(Long Offset)
Set 偏移量,默认为0。
|
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 DescribeAssetImageRegistryVirusListRequest()
public DescribeAssetImageRegistryVirusListRequest(DescribeAssetImageRegistryVirusListRequest source)
public Long getLimit()
public void setLimit(Long Limit)
Limit
- 需要返回的数量,默认为10,最大值为100public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认为0。public AssetFilters[] getFilters()
public void setFilters(AssetFilters[] Filters)
Filters
- 过滤条件。
public ImageInfo getImageInfo()
public void setImageInfo(ImageInfo ImageInfo)
ImageInfo
- 镜像信息public Long getId()
public void setId(Long Id)
Id
- 镜像标识IdCopyright © 2022. All rights reserved.