public interface ThingsDataManager
| 限定符和类型 | 方法和说明 |
|---|---|
reactor.core.publisher.Mono<ThingProperty> |
getFirstProperty(ThingType thingType,
String thingId,
String property)
获取第一次上报的属性
|
reactor.core.publisher.Mono<Long> |
getFirstPropertyTime(ThingType thingType,
String thingId)
获取第一次上报数据的时间
|
reactor.core.publisher.Mono<ThingProperty> |
getLastProperty(ThingType thingType,
String thingId,
String property,
long baseTime)
获取基准时间前最新的属性
|
reactor.core.publisher.Mono<Long> |
getLastPropertyTime(ThingType thingType,
String thingId,
long baseTime)
获取最后一次属性变更时间
|
reactor.core.publisher.Mono<ThingProperty> getLastProperty(ThingType thingType, String thingId, String property, long baseTime)
thingId - 物IDproperty - 属性baseTime - 基准时间reactor.core.publisher.Mono<ThingProperty> getFirstProperty(ThingType thingType, String thingId, String property)
thingId - 物IDproperty - 属性IDreactor.core.publisher.Mono<Long> getLastPropertyTime(ThingType thingType, String thingId, long baseTime)
thingId - 物IDCopyright © 2019–2022. All rights reserved.