public class DescribeImageRegistryNamespaceListRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeImageRegistryNamespaceListRequest() | 
| DescribeImageRegistryNamespaceListRequest(DescribeImageRegistryNamespaceListRequest 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 Query filter. | 
| Long | getLimit()Get Number of results to be returned by the query. | 
| Long | getOffset()Get Initial offset of the query. | 
| void | setFilters(AssetFilters[] Filters)Set Query filter. | 
| void | setLimit(Long Limit)Set Number of results to be returned by the query. | 
| void | setOffset(Long Offset)Set Initial offset of the query. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeImageRegistryNamespaceListRequest()
public DescribeImageRegistryNamespaceListRequest(DescribeImageRegistryNamespaceListRequest source)
public Long getOffset()
public void setOffset(Long Offset)
Offset - Initial offset of the query. Default value: `0`.public Long getLimit()
public void setLimit(Long Limit)
Limit - Number of results to be returned by the query. Default value: `10`. Maximum value: `100`.public AssetFilters[] getFilters()
public void setFilters(AssetFilters[] Filters)
Filters - Query filter. The `Name` field can be "Namespace".Copyright © 2025. All rights reserved.