public class DeviceCommandNamespace extends java.lang.Object implements IDeviceCommandNamespace
| Constructor and Description |
|---|
DeviceCommandNamespace() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IDeviceCommand> |
getCommands()
List of commands in namespace.
|
java.lang.String |
getValue()
Namespace value.
|
void |
setCommands(java.util.List<IDeviceCommand> commands) |
void |
setValue(java.lang.String value) |
public java.lang.String getValue()
IDeviceCommandNamespacegetValue in interface IDeviceCommandNamespacepublic void setValue(java.lang.String value)
public java.util.List<IDeviceCommand> getCommands()
IDeviceCommandNamespacegetCommands in interface IDeviceCommandNamespacepublic void setCommands(java.util.List<IDeviceCommand> commands)