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