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
  • Field Details

    • queryId

      protected int queryId
    • result

      protected java.lang.Object result
  • Constructor Details

    • QUERY_RESULT

      @Deprecated public QUERY_RESULT()
      Deprecated.
      Only for Jackson deserialization. Use the other constructor instead.
    • QUERY_RESULT

      public QUERY_RESULT​(int queryId, java.lang.Object result)
  • Method Details