Class 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)  
    • Field Detail

      • queryId

        protected int queryId
      • result

        protected java.lang.Object result
    • Constructor Detail

      • 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)