public class Configuration extends Action implements java.io.Serializable
DeviceConfiguration
in DeviceModel| Constructor and Description |
|---|
Configuration(java.lang.String path,
java.lang.String configuration,
java.lang.Object value) |
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<java.lang.Void> |
send(java.lang.String deviceId) |
java.lang.String |
toString() |
getName, getPath, getTs, getValue, throwIfNull, throwNotValidated, validatepublic Configuration(java.lang.String path,
java.lang.String configuration,
java.lang.Object value)
path - identifies the component to which the configuration should be sent DeviceConfiguration.getPath()configuration - defined in device io.relayr.java.model DeviceConfiguration.getName()value - type of value object is defined in device io.relayr.java.model with DeviceConfiguration.getValueSchema()