类 DataSetResult<T>

    • 构造器详细资料

      • DataSetResult

        public DataSetResult()
    • 方法详细资料

      • getLabelNames

        public String[] getLabelNames()
        返回:
        the labelNames
      • setLabelNames

        public void setLabelNames​(String[] labelNames)
        参数:
        labelNames - the labelNames to set
      • getLabelTypes

        public String[] getLabelTypes()
        返回:
        the labelTypes
      • setLabelTypes

        public void setLabelTypes​(String[] labelTypes)
        参数:
        labelTypes - the labelTypes to set
      • getRows

        public List<T> getRows()
        返回:
        the rows
      • setRows

        public void setRows​(List<T> rows)
        参数:
        rows - the rows to set
      • getLabelRows

        public List getLabelRows()
        返回:
      • getFirstColumn

        public List getFirstColumn​(boolean distinct)
        参数:
        distinct - 是否去重
        返回:
      • getRecordCount

        public Long getRecordCount()
        返回:
        the totalCount
      • setRecordCount

        public void setRecordCount​(Long recordCount)
        参数:
        totalCount - the totalCount to set
      • getExecuteTime

        public Long getExecuteTime()
        返回:
        the executeTime
      • setExecuteTime

        public void setExecuteTime​(Long executeTime)
        参数:
        executeTime - the executeTime to set
      • isSuccess

        public boolean isSuccess()
        返回:
        the success
      • setSuccess

        public void setSuccess​(boolean success)
        参数:
        success - the success to set
      • getMessage

        public String getMessage()
        返回:
        the message
      • setMessage

        public void setMessage​(String message)
        参数:
        message - the message to set