public abstract class DeviceModelAction
extends java.lang.Object
DeviceModel.| Modifier and Type | Class and Description | 
|---|---|
| static class  | DeviceModelAction.Argument | 
| Modifier | Constructor and Description | 
|---|---|
| protected  | DeviceModelAction() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract java.lang.String | getAlias()Deprecated. 
 Use  getName() | 
| abstract java.util.List<DeviceModelAction.Argument> | getArguments()The data type of the argument to the action. | 
| abstract java.lang.String | getDescription()A human friendly description of the action. | 
| abstract java.lang.String | getName()Get the action name. | 
public abstract java.lang.String getName()
public abstract java.lang.String getDescription()
public abstract java.util.List<DeviceModelAction.Argument> getArguments()
@Deprecated public abstract java.lang.String getAlias()
getName()