public class DeviceObjInfEntity extends BaseEntity
说明:持久化服务在持续收到设备数值的时候,会将设备数值的信息提取出来,合并到对象信息实体中 这样就形成了设备类型级别的信息,类似数据库的distinct操作,但是这个只在redis/缓存中,性能高
| 构造器和说明 |
|---|
DeviceObjInfEntity() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
bind(DeviceObjInfEntity other) |
List<Object> |
makeServiceKeyList()
业务Key
|
List<Object> |
makeServiceValueList()
获取业务值
|
Object |
makeWrapperKey()
查询过滤器
|
equalsValue, getCreateTime, getId, getUpdateTime, hasNullServiceKey, makeServiceKey, makeServiceValue, setCreateTime, setId, setUpdateTimepublic List<Object> makeServiceKeyList()
makeServiceKeyList 在类中 BaseEntitypublic Object makeWrapperKey()
makeWrapperKey 在类中 BaseEntitypublic List<Object> makeServiceValueList()
makeServiceValueList 在类中 BaseEntitypublic void bind(DeviceObjInfEntity other)
Copyright © 2023. All rights reserved.