Package org.teamapps.dto
Class CMD_RESULT
java.lang.Object
org.teamapps.dto.AbstractClientMessage
org.teamapps.dto.AbstractClientPayloadMessage
org.teamapps.dto.CMD_RESULT
- All Implemented Interfaces:
UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Field Summary
FieldsFields inherited from class org.teamapps.dto.AbstractClientPayloadMessage
idFields inherited from class org.teamapps.dto.AbstractClientMessage
sessionId -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.CMD_RESULT(String sessionId, int id, int cmdId, Object result) -
Method Summary
Methods inherited from class org.teamapps.dto.AbstractClientPayloadMessage
getIdMethods inherited from class org.teamapps.dto.AbstractClientMessage
getSessionId
-
Field Details
-
cmdId
protected int cmdId -
result
-
-
Constructor Details
-
CMD_RESULT
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
CMD_RESULT
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
- Overrides:
toStringin classAbstractClientPayloadMessage
-
getCmdId
public int getCmdId() -
getResult
-