Class DataCleansingChainExectutorTask.DataQueryExecutorError

java.lang.Object
org.openforis.collect.datacleansing.DataCleansingChainExectutorTask.DataQueryExecutorError
Enclosing class:
DataCleansingChainExectutorTask

public static class DataCleansingChainExectutorTask.DataQueryExecutorError extends Object
  • Constructor Details

    • DataQueryExecutorError

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

    • getRecordId

      public int getRecordId()
    • getRecordKeys

      public List<String> getRecordKeys()
    • getAttributePath

      public String getAttributePath()
    • getErrorMessage

      public String getErrorMessage()