public class ExecuteAction extends Object
| Constructor and Description | 
|---|
ExecuteAction()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getAction()
Get the action to be executed 
 | 
String | 
getTarget()
Get the target of the executed action 
 | 
ExecuteAction | 
setAction(String action)
Set the action to be executed 
 | 
ExecuteAction | 
setTarget(String target)
Set the target on which the action will be executed 
 | 
String | 
toCompactString()
Returns a compact string representation of the object in JSON format. 
 | 
String | 
toString()
Returns a string representation of the object in JSON format. 
 | 
String | 
toXmlCompactString()
Returns a compact string representation of the object in XML format. 
 | 
String | 
toXmlString()
Returns a string representation of the object in XML format. 
 | 
public ExecuteAction setAction(String action)
action - - Action name to be executedpublic String getAction()
public ExecuteAction setTarget(String target)
target - - Target on which the action will be executedpublic String getTarget()
public String toXmlCompactString()
public String toXmlString()
public String toCompactString()