Uses of Class
com.tencentcloudapi.cls.v20201016.models.LogItem
-
Packages that use LogItem Package Description com.tencentcloudapi.cls.v20201016.models -
-
Uses of LogItem in com.tencentcloudapi.cls.v20201016.models
Methods in com.tencentcloudapi.cls.v20201016.models that return LogItem Modifier and Type Method Description LogItem[]LogItems. getData()Get 分析结果返回的KV数据对Methods in com.tencentcloudapi.cls.v20201016.models with parameters of type LogItem Modifier and Type Method Description voidLogItems. setData(LogItem[] Data)Set 分析结果返回的KV数据对Constructors in com.tencentcloudapi.cls.v20201016.models with parameters of type LogItem Constructor Description LogItem(LogItem 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.
-