public class Result extends AbstractModel
Constructor and Description |
---|
Result() |
Modifier and Type | Method and Description |
---|---|
Integer |
getBillDuration()
获取表示函数的计费耗时,单位是毫秒,异步调用返回为空
|
Float |
getDuration()
获取表示执行函数的耗时,单位是毫秒,异步调用返回为空
|
String |
getErrMsg()
获取表示执行函数的错误返回信息,异步调用返回为空
|
String |
getFunctionRequestId()
获取此次函数执行的Id
|
Integer |
getInvokeResult()
获取0为正确,异步调用返回为空
|
String |
getLog()
获取表示执行过程中的日志输出,异步调用返回为空
|
Integer |
getMemUsage()
获取执行函数时的内存大小,单位为Byte,异步调用返回为空
|
String |
getRetMsg()
获取表示执行函数的返回,异步调用返回为空
|
void |
setBillDuration(Integer BillDuration)
设置表示函数的计费耗时,单位是毫秒,异步调用返回为空
|
void |
setDuration(Float Duration)
设置表示执行函数的耗时,单位是毫秒,异步调用返回为空
|
void |
setErrMsg(String ErrMsg)
设置表示执行函数的错误返回信息,异步调用返回为空
|
void |
setFunctionRequestId(String FunctionRequestId)
设置此次函数执行的Id
|
void |
setInvokeResult(Integer InvokeResult)
设置0为正确,异步调用返回为空
|
void |
setLog(String Log)
设置表示执行过程中的日志输出,异步调用返回为空
|
void |
setMemUsage(Integer MemUsage)
设置执行函数时的内存大小,单位为Byte,异步调用返回为空
|
void |
setRetMsg(String RetMsg)
设置表示执行函数的返回,异步调用返回为空
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getLog()
public void setLog(String Log)
Log
- 表示执行过程中的日志输出,异步调用返回为空public String getRetMsg()
public void setRetMsg(String RetMsg)
RetMsg
- 表示执行函数的返回,异步调用返回为空public String getErrMsg()
public void setErrMsg(String ErrMsg)
ErrMsg
- 表示执行函数的错误返回信息,异步调用返回为空public Integer getMemUsage()
public void setMemUsage(Integer MemUsage)
MemUsage
- 执行函数时的内存大小,单位为Byte,异步调用返回为空public Float getDuration()
public void setDuration(Float Duration)
Duration
- 表示执行函数的耗时,单位是毫秒,异步调用返回为空public Integer getBillDuration()
public void setBillDuration(Integer BillDuration)
BillDuration
- 表示函数的计费耗时,单位是毫秒,异步调用返回为空public String getFunctionRequestId()
public void setFunctionRequestId(String FunctionRequestId)
FunctionRequestId
- 此次函数执行的Idpublic Integer getInvokeResult()
public void setInvokeResult(Integer InvokeResult)
InvokeResult
- 0为正确,异步调用返回为空Copyright © 2019. All rights reserved.