public interface StateVariableValue
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getControlUnitId()
Gets the id of the control unit this state variable is associated with.
|
java.lang.String |
getControlUnitType()
Gets the control unit type this state variable is associated with.
|
java.lang.String |
getDeviceId()
Gets the device id of the device this state variable value was retrieved from.
|
java.lang.String |
getDeviceType()
Gets the device type of the device this state variable value was retrieved from.
|
java.lang.String |
getStateVarId()
Gets the state variable id for this value.
|
long |
getTimestamp()
Gets the timestamp of this state variable value
|
java.lang.Object |
getValue()
Gets the value
|
java.lang.String getDeviceType()
java.lang.String getDeviceId()
java.lang.String getControlUnitType()
java.lang.String getControlUnitId()
java.lang.String getStateVarId()
long getTimestamp()
java.lang.Object getValue()
Copyright © 2019 Bosch Software Innovations GmbH. All Rights Reserved.