public interface ThingProperty
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getProperty() |
String |
getState() |
long |
getTimestamp() |
Object |
getValue() |
static ThingProperty |
of(String property,
Object value,
long timestamp) |
static ThingProperty |
of(String property,
Object value,
long timestamp,
String state) |
Copyright © 2019–2022. All rights reserved.