public interface Property extends ThingProperty
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getId()
物模型属性ID
|
default String |
getProperty() |
String |
getState()
获取属性状态,可能为null
|
long |
getTimestamp()
时间戳
|
Object |
getValue()
属性值
|
of, ofdefault String getProperty()
getProperty 在接口中 ThingPropertyString getId()
long getTimestamp()
getTimestamp 在接口中 ThingProperty@Nullable Object getValue()
getValue 在接口中 ThingProperty@Nullable String getState()
getState 在接口中 ThingPropertyCopyright © 2019–2022. All rights reserved.