public class DeviceDataHistoryItem extends AbstractModel
Constructor and Description |
---|
DeviceDataHistoryItem() |
Modifier and Type | Method and Description |
---|---|
String |
getTime()
获取时间点,毫秒时间戳
|
String |
getValue()
获取字段取值
|
void |
setTime(String Time)
设置时间点,毫秒时间戳
|
void |
setValue(String Value)
设置字段取值
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getTime()
public void setTime(String Time)
Time
- 时间点,毫秒时间戳public String getValue()
public void setValue(String Value)
Value
- 字段取值Copyright © 2019. All rights reserved.