public class DescribeVulIgnoreRegistryImageListRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeVulIgnoreRegistryImageListRequest() |
DescribeVulIgnoreRegistryImageListRequest(DescribeVulIgnoreRegistryImageListRequest 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 |
---|---|
Long |
getLimit()
Get Number of results to be returned.
|
Long |
getOffset()
Get Offset.
|
String |
getPocID()
Get POC ID
|
void |
setLimit(Long Limit)
Set Number of results to be returned.
|
void |
setOffset(Long Offset)
Set Offset.
|
void |
setPocID(String PocID)
Set POC ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeVulIgnoreRegistryImageListRequest()
public DescribeVulIgnoreRegistryImageListRequest(DescribeVulIgnoreRegistryImageListRequest source)
public String getPocID()
public void setPocID(String PocID)
PocID
- POC IDpublic 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`.Copyright © 2024. All rights reserved.