Uses of Class
com.tencentcloudapi.iot.v20180123.models.DataHistoryEntry
-
Packages that use DataHistoryEntry Package Description com.tencentcloudapi.iot.v20180123.models -
-
Uses of DataHistoryEntry in com.tencentcloudapi.iot.v20180123.models
Methods in com.tencentcloudapi.iot.v20180123.models that return DataHistoryEntry Modifier and Type Method Description DataHistoryEntry[]
GetDataHistoryResponse. getDataHistory()
Get 数据历史Methods in com.tencentcloudapi.iot.v20180123.models with parameters of type DataHistoryEntry Modifier and Type Method Description void
GetDataHistoryResponse. setDataHistory(DataHistoryEntry[] DataHistory)
Set 数据历史Constructors in com.tencentcloudapi.iot.v20180123.models with parameters of type DataHistoryEntry Constructor Description DataHistoryEntry(DataHistoryEntry 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.
-