public interface IState extends IEntityWithCreationDate<String>
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
Gets the message, in most cases this message is empty.
|
org.json.JSONObject |
getMetadata()
Gets the generic metadata attached to this state, this is an array which can contain any keys or values.
|
String |
getName()
Gets the name of the state.
|
void |
setMessage(String message)
Sets the message, in most cases this message is empty.
|
void |
setMetadata(org.json.JSONObject metadata)
Sets the generic metadata attached to this state, this is an array which can contain any keys or values.
|
void |
setName(String name)
Sets the name of the state.
|
getCreationDate, setCreationDateString getMessage()
org.json.JSONObject getMetadata()
String getName()
void setMessage(String message)
message - the message.void setMetadata(org.json.JSONObject metadata)
metadata - the JSON Object of metadata.void setName(String name)
name - the name of the state.Copyright © 2017 GOMOOB. All rights reserved.