Class AbstractActionHandlerIdMessage
- java.lang.Object
-
- co.arago.hiro.client.model.HiroJsonMap
-
- co.arago.hiro.client.model.websocket.action.AbstractActionHandlerIdMessage
-
- All Implemented Interfaces:
JsonMessage,ToMap,ActionHandlerIdMessage,ActionHandlerMessage,java.io.Serializable
- Direct Known Subclasses:
ActionHandlerAck,ActionHandlerNack,ActionHandlerResult,ActionHandlerSubmit
public abstract class AbstractActionHandlerIdMessage extends HiroJsonMap implements ActionHandlerIdMessage
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class co.arago.hiro.client.model.HiroJsonMap
fieldsMap
-
-
Constructor Summary
Constructors Constructor Description AbstractActionHandlerIdMessage(java.lang.String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetId()-
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.websocket.action.ActionHandlerMessage
getType
-
Methods inherited from interface co.arago.hiro.client.model.JsonMessage
toJsonString, toJsonStringNoNull, toPrettyJsonString, toPrettyJsonStringNoNull
-
-
-
-
Method Detail
-
getId
public java.lang.String getId()
- Specified by:
getIdin interfaceActionHandlerIdMessage
-
-