public class ListFunctionsResponse extends AbstractModel
构造器和说明 |
---|
ListFunctionsResponse() |
限定符和类型 | 方法和说明 |
---|---|
Function[] |
getFunctions()
Get 函数列表
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。
|
Integer |
getTotalCount()
Get 总数
|
void |
setFunctions(Function[] Functions)
Set 函数列表
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。
|
void |
setTotalCount(Integer TotalCount)
Set 总数
|
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 Function[] getFunctions()
public void setFunctions(Function[] Functions)
Functions
- 函数列表public Integer getTotalCount()
public void setTotalCount(Integer TotalCount)
TotalCount
- 总数public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2019. All rights reserved.