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 函数描述,支持模糊搜索
|
Filter[] |
getFilters()
Get 过滤条件。
- tag:tag-key - String - 是否必填:否 - (过滤条件)按照标签键值对进行过滤。 tag-key使用具体的标签键进行替换。
每次请求的Filters的上限为10,Filter.Values的上限为5。
|
Long |
getLimit()
Get 返回数据长度,默认值为 20
|
String |
getNamespace()
Get 命名空间
|
Long |
getOffset()
Get 数据偏移量,默认值为 0
|
String |
getOrder()
Get 以升序还是降序的方式返回结果,可选值 ASC 和 DESC
|
String |
getOrderby()
Get 根据哪个字段进行返回结果排序,支持以下字段:AddTime, ModTime, FunctionName
|
String |
getSearchKey()
Get 支持FunctionName模糊匹配
|
void |
setDescription(String Description)
Set 函数描述,支持模糊搜索
|
void |
setFilters(Filter[] Filters)
Set 过滤条件。
- tag:tag-key - String - 是否必填:否 - (过滤条件)按照标签键值对进行过滤。 tag-key使用具体的标签键进行替换。
每次请求的Filters的上限为10,Filter.Values的上限为5。
|
void |
setLimit(Long Limit)
Set 返回数据长度,默认值为 20
|
void |
setNamespace(String Namespace)
Set 命名空间
|
void |
setOffset(Long Offset)
Set 数据偏移量,默认值为 0
|
void |
setOrder(String Order)
Set 以升序还是降序的方式返回结果,可选值 ASC 和 DESC
|
void |
setOrderby(String Orderby)
Set 根据哪个字段进行返回结果排序,支持以下字段:AddTime, ModTime, FunctionName
|
void |
setSearchKey(String SearchKey)
Set 支持FunctionName模糊匹配
|
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 ListFunctionsRequest()
public ListFunctionsRequest(ListFunctionsRequest source)
public String getOrder()
public void setOrder(String Order)
Order
- 以升序还是降序的方式返回结果,可选值 ASC 和 DESCpublic String getOrderby()
public void setOrderby(String Orderby)
Orderby
- 根据哪个字段进行返回结果排序,支持以下字段:AddTime, ModTime, FunctionNamepublic Long getOffset()
public void setOffset(Long Offset)
Offset
- 数据偏移量,默认值为 0public Long getLimit()
public void setLimit(Long Limit)
Limit
- 返回数据长度,默认值为 20public String getSearchKey()
public void setSearchKey(String SearchKey)
SearchKey
- 支持FunctionName模糊匹配public String getNamespace()
public void setNamespace(String Namespace)
Namespace
- 命名空间public String getDescription()
public void setDescription(String Description)
Description
- 函数描述,支持模糊搜索public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- 过滤条件。
- tag:tag-key - String - 是否必填:否 - (过滤条件)按照标签键值对进行过滤。 tag-key使用具体的标签键进行替换。
每次请求的Filters的上限为10,Filter.Values的上限为5。Copyright © 2021. All rights reserved.