Uses of Class
com.tencentcloudapi.iotcloud.v20210408.models.CLSLogItem
-
Packages that use CLSLogItem Package Description com.tencentcloudapi.iotcloud.v20210408.models -
-
Uses of CLSLogItem in com.tencentcloudapi.iotcloud.v20210408.models
Methods in com.tencentcloudapi.iotcloud.v20210408.models that return CLSLogItem Modifier and Type Method Description CLSLogItem[]ListLogResponse. getResults()Get 日志列表Methods in com.tencentcloudapi.iotcloud.v20210408.models with parameters of type CLSLogItem Modifier and Type Method Description voidListLogResponse. setResults(CLSLogItem[] Results)Set 日志列表Constructors in com.tencentcloudapi.iotcloud.v20210408.models with parameters of type CLSLogItem Constructor Description CLSLogItem(CLSLogItem 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.
-