public class DeviceValueEntity extends BaseEntity
| 构造器和说明 |
|---|
DeviceValueEntity() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
bind(DeviceValueEntity other) |
static Map<String,Object> |
buildValue(Map<String,Object> params)
将带时间戳的params结构,转换为没有时间戳的value
|
static DeviceValueEntity |
buildValueEntity(Map<String,Object> deviceValueMap) |
List<Object> |
makeServiceKeyList()
业务Key
|
List<Object> |
makeServiceValueList()
获取业务值
|
Object |
makeWrapperKey()
查询过滤器
|
equalsValue, getCreateTime, getId, getUpdateTime, hasNullServiceKey, makeServiceKey, makeServiceValue, setCreateTime, setId, setUpdateTimepublic static DeviceValueEntity buildValueEntity(Map<String,Object> deviceValueMap)
public static Map<String,Object> buildValue(Map<String,Object> params)
params - 带时间戳的数值对象public List<Object> makeServiceKeyList()
makeServiceKeyList 在类中 BaseEntitypublic Object makeWrapperKey()
makeWrapperKey 在类中 BaseEntitypublic List<Object> makeServiceValueList()
makeServiceValueList 在类中 BaseEntitypublic void bind(DeviceValueEntity other)
Copyright © 2024. All rights reserved.