Class ActionHandlerResult
- java.lang.Object
-
- co.arago.hiro.client.model.HiroJsonMap
-
- co.arago.hiro.client.model.websocket.action.AbstractActionHandlerIdMessage
-
- co.arago.hiro.client.model.websocket.action.impl.ActionHandlerResult
-
- All Implemented Interfaces:
JsonMessage,ToMap,ActionHandlerIdMessage,ActionHandlerMessage,java.io.Serializable
public class ActionHandlerResult extends AbstractActionHandlerIdMessage
{ "type": "sendActionResult", "id": "id1", "result": "..." }- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.Stringresult-
Fields inherited from class co.arago.hiro.client.model.HiroJsonMap
fieldsMap
-
-
Constructor Summary
Constructors Constructor Description ActionHandlerResult(java.lang.String id)ActionHandlerResult(java.lang.String id, java.lang.String result)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetResult()ActionMessageTypegetType()-
Methods inherited from class co.arago.hiro.client.model.websocket.action.AbstractActionHandlerIdMessage
getId
-
Methods inherited from class co.arago.hiro.client.model.HiroJsonMap
addFields, getField, getMap, getUnmappedField, setField, setFields, toMap
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface co.arago.hiro.client.model.JsonMessage
toJsonString, toJsonStringNoNull, toPrettyJsonString, toPrettyJsonStringNoNull
-
-
-
-
Method Detail
-
getType
public ActionMessageType getType()
-
getResult
public java.lang.String getResult()
-
-