Class DataQueryGroupExectutorTask.DataQueryExecutorError

    • Constructor Detail

      • DataQueryExecutorError

        public DataQueryExecutorError​(List<String> recordKeys,
                                      int recordId,
                                      String attributePath,
                                      String errorMessage)
    • Method Detail

      • getRecordId

        public int getRecordId()
      • getRecordKeys

        public List<String> getRecordKeys()
      • getAttributePath

        public String getAttributePath()
      • getErrorMessage

        public String getErrorMessage()