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