public interface IAction extends IEntityWithCreationDate<String>
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
getMetadata()
Gets the generic metadata attached to this action, this is an array which can contain any keys or values.
|
String |
getName()
Gets the name of the action.
|
void |
setMetadata(org.json.JSONObject metadata)
Sets the generic metadata attached to this action, this is an array which can contain any keys or values.
|
void |
setName(String name)
Sets the name of the action.
|
getCreationDate, setCreationDateorg.json.JSONObject getMetadata()
String getName()
void setMetadata(org.json.JSONObject metadata)
metadata - An array with arbitrary metadata.void setName(String name)
name - The name of the action.Copyright © 2017 GOMOOB. All rights reserved.