public class DeviceDataHistoryItem extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DeviceDataHistoryItem() | 
| DeviceDataHistoryItem(DeviceDataHistoryItem 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getTime()Get 时间点,毫秒时间戳 | 
| String | getValue()Get 字段取值 | 
| void | setTime(String Time)Set 时间点,毫秒时间戳 | 
| void | setValue(String Value)Set 字段取值 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DeviceDataHistoryItem()
public DeviceDataHistoryItem(DeviceDataHistoryItem source)
public String getTime()
public void setTime(String Time)
Time - 时间点,毫秒时间戳public String getValue()
public void setValue(String Value)
Value - 字段取值Copyright © 2025. All rights reserved.