public class DeviceConfiguration
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
DeviceConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Configuration name
|
java.lang.String |
getPath()
Identifies the component to which the configuration should be sent.
|
ValueSchema |
getValueSchema()
Defines values and types of values to send as a configuration.
|
java.lang.Object |
getValueSchemaAsObject()
Defines values and types of values to send as a configuration.
|
java.lang.String |
toString() |
public java.lang.String getName()
public java.lang.String getPath()
public ValueSchema getValueSchema()
public java.lang.Object getValueSchemaAsObject()
public java.lang.String toString()
toString in class java.lang.Object