java.lang.Object
net.datenwerke.rs.saiku.server.rest.objects.resultset.QueryResult

public class QueryResult extends Object
  • Constructor Details

    • QueryResult

      public QueryResult(List<Cell[]> cellset, CellDataSet cellDataSet)
    • QueryResult

      public QueryResult(List<Cell[]> cellset, int runtime, int width, int height)
    • QueryResult

      public QueryResult(String error)
  • Method Details

    • getCellset

      public List<Cell[]> getCellset()
    • getRuntime

      public Integer getRuntime()
    • getError

      public String getError()
    • getHeight

      public Integer getHeight()
    • getWidth

      public Integer getWidth()
    • setRuntime

      public void setRuntime(Integer runtime)
    • setHeight

      public void setHeight(Integer height)
    • setWidth

      public void setWidth(Integer width)
    • setQuery

      public void setQuery(ThinQuery query)
    • getQuery

      public ISaikuQuery getQuery()
    • getRowTotalsLists

      public Total[][] getRowTotalsLists()
    • setRowTotalsLists

      public void setRowTotalsLists(Total[][] rowTotalsLists)
    • getColTotalsLists

      public Total[][] getColTotalsLists()
    • setColTotalsLists

      public void setColTotalsLists(Total[][] colTotalsLists)
    • getTopOffset

      public int getTopOffset()
    • getLeftOffset

      public int getLeftOffset()