Uses of Class
com.tencentcloudapi.tcb.v20180608.models.LogObject
-
Packages that use LogObject Package Description com.tencentcloudapi.tcb.v20180608.models -
-
Uses of LogObject in com.tencentcloudapi.tcb.v20180608.models
Methods in com.tencentcloudapi.tcb.v20180608.models that return LogObject Modifier and Type Method Description LogObject[]LogResObject. getResults()Get 日志内容信息Methods in com.tencentcloudapi.tcb.v20180608.models with parameters of type LogObject Modifier and Type Method Description voidLogResObject. setResults(LogObject[] Results)Set 日志内容信息Constructors in com.tencentcloudapi.tcb.v20180608.models with parameters of type LogObject Constructor Description LogObject(LogObject 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.
-