public class ListAliasesRequest extends AbstractModel
| Constructor and Description |
|---|
ListAliasesRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFunctionName()
Get 函数名称
|
String |
getFunctionVersion()
Get 如果提供此参数,则只返回与该函数版本有关联的别名
|
String |
getLimit()
Get 返回数据长度,默认值为 20
|
String |
getNamespace()
Get 函数所在的命名空间
|
String |
getOffset()
Get 数据偏移量,默认值为 0
|
void |
setFunctionName(String FunctionName)
Set 函数名称
|
void |
setFunctionVersion(String FunctionVersion)
Set 如果提供此参数,则只返回与该函数版本有关联的别名
|
void |
setLimit(String Limit)
Set 返回数据长度,默认值为 20
|
void |
setNamespace(String Namespace)
Set 函数所在的命名空间
|
void |
setOffset(String Offset)
Set 数据偏移量,默认值为 0
|
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 String getFunctionName()
public void setFunctionName(String FunctionName)
FunctionName - 函数名称public String getNamespace()
public void setNamespace(String Namespace)
Namespace - 函数所在的命名空间public String getFunctionVersion()
public void setFunctionVersion(String FunctionVersion)
FunctionVersion - 如果提供此参数,则只返回与该函数版本有关联的别名public String getOffset()
public void setOffset(String Offset)
Offset - 数据偏移量,默认值为 0public String getLimit()
public void setLimit(String Limit)
Limit - 返回数据长度,默认值为 20Copyright © 2020. All rights reserved.