Class QUERY_RESULT

java.lang.Object
org.teamapps.dto.AbstractServerMessage
org.teamapps.dto.QUERY_RESULT
All Implemented Interfaces:
UiObject

public class QUERY_RESULT
extends AbstractServerMessage
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 int queryId  
    protected java.lang.Object result  
  • Constructor Summary

    Constructors 
    Constructor Description
    QUERY_RESULT()
    Deprecated.
    Only for Jackson deserialization.
    QUERY_RESULT​(int queryId, java.lang.Object result)  
  • Method Summary

    Modifier and Type Method Description
    int getQueryId()  
    java.lang.Object getResult()  
    UiObjectType getUiObjectType()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait