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
public class CMD_RESULT extends AbstractClientPayloadMessage implements UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Field Summary
Fields inherited from class org.teamapps.dto.AbstractClientPayloadMessage
idFields inherited from class org.teamapps.dto.AbstractClientMessage
sessionId -
Constructor Summary
Constructors Constructor Description CMD_RESULT()Deprecated.Only for Jackson deserialization.CMD_RESULT(java.lang.String sessionId, int id, int cmdId, java.lang.Object result) -
Method Summary
Modifier and Type Method Description intgetCmdId()java.lang.ObjectgetResult()UiObjectTypegetUiObjectType()java.lang.StringtoString()Methods inherited from class org.teamapps.dto.AbstractClientPayloadMessage
getIdMethods inherited from class org.teamapps.dto.AbstractClientMessage
getSessionIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
cmdId
protected int cmdId -
result
protected java.lang.Object result
-
-
Constructor Details
-
CMD_RESULT
@Deprecated public CMD_RESULT()Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
CMD_RESULT
public CMD_RESULT(java.lang.String sessionId, int id, int cmdId, java.lang.Object result)
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()- Overrides:
toStringin classAbstractClientPayloadMessage
-
getCmdId
public int getCmdId() -
getResult
public java.lang.Object getResult()
-