Uses of Class
com.tencentcloudapi.scf.v20180416.models.FunctionLog
-
Packages that use FunctionLog Package Description com.tencentcloudapi.scf.v20180416.models -
-
Uses of FunctionLog in com.tencentcloudapi.scf.v20180416.models
Methods in com.tencentcloudapi.scf.v20180416.models that return FunctionLog Modifier and Type Method Description FunctionLog[]
GetFunctionLogsResponse. getData()
Get 函数日志信息Methods in com.tencentcloudapi.scf.v20180416.models with parameters of type FunctionLog Modifier and Type Method Description void
GetFunctionLogsResponse. setData(FunctionLog[] Data)
Set 函数日志信息Constructors in com.tencentcloudapi.scf.v20180416.models with parameters of type FunctionLog Constructor Description FunctionLog(FunctionLog 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.
-