public class DescribeVulsRequest extends AbstractModel
Constructor and Description |
---|
DescribeVulsRequest() |
DescribeVulsRequest(DescribeVulsRequest 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 |
---|---|
Filter[] |
getFilters()
Get Filter.
|
Long |
getLimit()
Get Number of results to be returned.
|
Long |
getOffset()
Get Offset.
|
String |
getVulType()
Get Vulnerability type.
|
void |
setFilters(Filter[] Filters)
Set Filter.
|
void |
setLimit(Long Limit)
Set Number of results to be returned.
|
void |
setOffset(Long Offset)
Set Offset.
|
void |
setVulType(String VulType)
Set Vulnerability type.
|
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 DescribeVulsRequest()
public DescribeVulsRequest(DescribeVulsRequest source)
public String getVulType()
public void setVulType(String VulType)
VulType
- Vulnerability type.
public Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of results to be returned. Default value: 10. Maximum value: 100.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Offset. Default value: 0.public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- Filter.
Copyright © 2021. All rights reserved.