public class Result extends AbstractModel
header, skipSign
Constructor and Description |
---|
Result() |
Result(Result 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 |
---|---|
Long |
getBillDuration()
Get 表示函数的计费耗时,单位是毫秒,异步调用返回为空
|
Float |
getDuration()
Get 表示执行函数的耗时,单位是毫秒,异步调用返回为空
|
String |
getErrMsg()
Get 表示执行函数的错误返回信息,异步调用返回为空
|
String |
getFunctionRequestId()
Get 此次函数执行的Id
|
Long |
getInvokeResult()
Get 请求 Invoke 接口,该参数已弃用。请求 InvokeFunction 接口,该参数值为请求执行[状态码](https://cloud.tencent.com/document/product/583/42611)。
|
String |
getLog()
Get 表示执行过程中的日志输出,异步调用返回为空
|
Long |
getMemUsage()
Get 执行函数时的内存大小,单位为Byte,异步调用返回为空
|
String |
getRetMsg()
Get 表示执行函数的返回,异步调用返回为空
|
void |
setBillDuration(Long BillDuration)
Set 表示函数的计费耗时,单位是毫秒,异步调用返回为空
|
void |
setDuration(Float Duration)
Set 表示执行函数的耗时,单位是毫秒,异步调用返回为空
|
void |
setErrMsg(String ErrMsg)
Set 表示执行函数的错误返回信息,异步调用返回为空
|
void |
setFunctionRequestId(String FunctionRequestId)
Set 此次函数执行的Id
|
void |
setInvokeResult(Long InvokeResult)
Set 请求 Invoke 接口,该参数已弃用。请求 InvokeFunction 接口,该参数值为请求执行[状态码](https://cloud.tencent.com/document/product/583/42611)。
|
void |
setLog(String Log)
Set 表示执行过程中的日志输出,异步调用返回为空
|
void |
setMemUsage(Long MemUsage)
Set 执行函数时的内存大小,单位为Byte,异步调用返回为空
|
void |
setRetMsg(String RetMsg)
Set 表示执行函数的返回,异步调用返回为空
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public Result()
public Result(Result source)
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 Long getMemUsage()
public void setMemUsage(Long MemUsage)
MemUsage
- 执行函数时的内存大小,单位为Byte,异步调用返回为空public Float getDuration()
public void setDuration(Float Duration)
Duration
- 表示执行函数的耗时,单位是毫秒,异步调用返回为空public Long getBillDuration()
public void setBillDuration(Long BillDuration)
BillDuration
- 表示函数的计费耗时,单位是毫秒,异步调用返回为空public String getFunctionRequestId()
public void setFunctionRequestId(String FunctionRequestId)
FunctionRequestId
- 此次函数执行的Idpublic Long getInvokeResult()
public void setInvokeResult(Long InvokeResult)
InvokeResult
- 请求 Invoke 接口,该参数已弃用。请求 InvokeFunction 接口,该参数值为请求执行[状态码](https://cloud.tencent.com/document/product/583/42611)。Copyright © 2024. All rights reserved.