public interface Action extends CaptainUpObject
object
.
involved in the action.Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,Currency> |
getCurrencies() |
ActionableEntity |
getEntity()
The action object information
|
java.lang.String |
getID() |
java.lang.String |
getName()
The name of the action
|
java.lang.String |
getPlayerId()
The ID of the user that did the action
|
java.util.Date |
getTimestamp()
The action timestamp.
|
java.lang.String getID()
java.lang.String getName()
ActionableEntity getEntity()
java.lang.String getPlayerId()
java.util.Date getTimestamp()
null
). The timestamp property cannot be set from a mobile
application.java.util.Map<java.lang.String,Currency> getCurrencies()