public class ListFunctionsRequest extends AbstractModel
| Constructor and Description | 
|---|
| ListFunctionsRequest() | 
| ListFunctionsRequest(ListFunctionsRequest 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 | 
|---|---|
| String | getDescription()Get Function description. | 
| Filter[] | getFilters()Get Filters
- tag:tag-key - String - Required: No - Filtering criteria based on tag-key - value pairs. | 
| Long | getLimit()Get Return data length. | 
| String | getNamespace()Get Namespace | 
| 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 `AddTime`, `ModTime`, and `FunctionName`. | 
| String | getSearchKey()Get It specifies whether to support fuzzy matching for the function name. | 
| void | setDescription(String Description)Set Function description. | 
| void | setFilters(Filter[] Filters)Set Filters
- tag:tag-key - String - Required: No - Filtering criteria based on tag-key - value pairs. | 
| void | setLimit(Long Limit)Set Return data length. | 
| void | setNamespace(String Namespace)Set Namespace | 
| 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 `AddTime`, `ModTime`, and `FunctionName`. | 
| void | setSearchKey(String SearchKey)Set It specifies whether to support fuzzy matching for the function name. | 
| 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, toJsonStringpublic ListFunctionsRequest()
public ListFunctionsRequest(ListFunctionsRequest source)
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 String getOrderby()
public void setOrderby(String Orderby)
Orderby - It specifies the sorting order of the results according to a specified field, such as `AddTime`, `ModTime`, and `FunctionName`.public Long getOffset()
public void setOffset(Long Offset)
Offset - Data offset. The default value is `0`.public Long getLimit()
public void setLimit(Long Limit)
Limit - Return data length. The default value is `20`.public String getSearchKey()
public void setSearchKey(String SearchKey)
SearchKey - It specifies whether to support fuzzy matching for the function name.public String getNamespace()
public void setNamespace(String Namespace)
Namespace - Namespacepublic String getDescription()
public void setDescription(String Description)
Description - Function description. Fuzzy search is supported.public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - Filters
- tag:tag-key - String - Required: No - Filtering criteria based on tag-key - value pairs. Replace `tag-key` with a specific tag-key.
The maximum number of `Filters` for each request is 10, and that of `Filter.Values` is 5.Copyright © 2022. All rights reserved.