public class DescribeAssetImageVulListExportRequest extends AbstractModel
| Constructor and Description |
|---|
DescribeAssetImageVulListExportRequest() |
DescribeAssetImageVulListExportRequest(DescribeAssetImageVulListExportRequest 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 |
|---|---|
String[] |
getExportField()
Get 导出字段
|
AssetFilters[] |
getFilters()
Get 过滤条件。
Name- String - 是否必填:否 - 漏洞名称名称筛选,
Level - String - 是否必填:否 - 风险等级 1,2,3,4
|
String |
getImageID()
Get 镜像id
|
Long |
getLimit()
Get 需要返回的数量,默认为10,最大值为100
|
Long |
getOffset()
Get 偏移量,默认为0。
|
void |
setExportField(String[] ExportField)
Set 导出字段
|
void |
setFilters(AssetFilters[] Filters)
Set 过滤条件。
Name- String - 是否必填:否 - 漏洞名称名称筛选,
Level - String - 是否必填:否 - 风险等级 1,2,3,4
|
void |
setImageID(String ImageID)
Set 镜像id
|
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, toJsonStringpublic DescribeAssetImageVulListExportRequest()
public DescribeAssetImageVulListExportRequest(DescribeAssetImageVulListExportRequest source)
public String[] getExportField()
public void setExportField(String[] ExportField)
ExportField - 导出字段public String getImageID()
public void setImageID(String ImageID)
ImageID - 镜像idpublic 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 - 过滤条件。
Copyright © 2021. All rights reserved.