public class DeviceDataHistoryItem extends AbstractModel
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DeviceDataHistoryItem()
public DeviceDataHistoryItem(DeviceDataHistoryItem source)
public String getTime()
public void setTime(String Time)
Time
- 时间点,毫秒时间戳public String getValue()
public void setValue(String Value)
Value
- 字段取值Copyright © 2022. All rights reserved.