public class ListNamespacesRequest extends AbstractModel
Constructor and Description |
---|
ListNamespacesRequest() |
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`.
|
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 |
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 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`.Copyright © 2020. All rights reserved.