public class ListNamespacesRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ListNamespacesRequest() |
ListNamespacesRequest(ListNamespacesRequest 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 Return data length.
|
Long |
getOffset()
Get Data offset.
|
String |
getOrder()
Get It specifies whether to return the results in ascending or descending order.
|
String |
getOrderby()
Get It specifies the sorting order of the results according to a specified field, such as `Name` and `Updatetime`.
|
SearchKey[] |
getSearchKey()
Get Specifies the range and keyword for search.
|
void |
setLimit(Long Limit)
Set Return data length.
|
void |
setOffset(Long Offset)
Set Data offset.
|
void |
setOrder(String Order)
Set It specifies whether to return the results in ascending or descending order.
|
void |
setOrderby(String Orderby)
Set It specifies the sorting order of the results according to a specified field, such as `Name` and `Updatetime`.
|
void |
setSearchKey(SearchKey[] SearchKey)
Set Specifies the range and keyword for search.
|
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 ListNamespacesRequest()
public ListNamespacesRequest(ListNamespacesRequest source)
public Long getLimit()
public void setLimit(Long Limit)
Limit
- Return data length. The default value is `20`.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Data offset. The default value is `0`.public String getOrderby()
public void setOrderby(String Orderby)
Orderby
- It specifies the sorting order of the results according to a specified field, such as `Name` and `Updatetime`.public String getOrder()
public void setOrder(String Order)
Order
- It specifies whether to return the results in ascending or descending order. The value is `ASC` or `DESC`.public SearchKey[] getSearchKey()
public void setSearchKey(SearchKey[] SearchKey)
SearchKey
- Specifies the range and keyword for search. The value of `Key` can be `Namespace` or `Description`. Multiple AND conditions can be specified.Copyright © 2024. All rights reserved.