Package org.teamapps.dto
Class QUERY
- java.lang.Object
-
- org.teamapps.dto.AbstractClientMessage
-
- org.teamapps.dto.AbstractClientPayloadMessage
-
- org.teamapps.dto.QUERY
-
- All Implemented Interfaces:
UiObject
public class QUERY extends AbstractClientPayloadMessage implements UiObject
THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
-
Field Summary
Fields Modifier and Type Field Description protected UiQueryuiQuery-
Fields inherited from class org.teamapps.dto.AbstractClientPayloadMessage
id
-
Fields inherited from class org.teamapps.dto.AbstractClientMessage
sessionId
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UiObjectTypegetUiObjectType()UiQuerygetUiQuery()java.lang.StringtoString()-
Methods inherited from class org.teamapps.dto.AbstractClientPayloadMessage
getId
-
Methods inherited from class org.teamapps.dto.AbstractClientMessage
getSessionId
-
-
-
-
Field Detail
-
uiQuery
protected UiQuery uiQuery
-
-
Constructor Detail
-
QUERY
@Deprecated public QUERY()
Deprecated.Only for Jackson deserialization. Use the other constructor instead.
-
QUERY
public QUERY(java.lang.String sessionId, int id, UiQuery uiQuery)
-
-
Method Detail
-
getUiObjectType
public UiObjectType getUiObjectType()
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()
- Overrides:
toStringin classAbstractClientPayloadMessage
-
getUiQuery
public UiQuery getUiQuery()
-
-