类 PivotModel

    • 构造器详细资料

      • PivotModel

        public PivotModel()
    • 方法详细资料

      • getGroupCols

        public String[] getGroupCols()
        返回:
        the groupCols
      • setGroupCols

        public PivotModel setGroupCols​(String... groupCols)
        参数:
        groupCols - the groupCols to set
      • getCategoryCols

        public String[] getCategoryCols()
        返回:
        the categoryCols
      • setCategoryCols

        public PivotModel setCategoryCols​(String... categoryCols)
        参数:
        categoryCols - the categoryCols to set
      • getStartEndCols

        public String[] getStartEndCols()
        返回:
        the pivotCols
      • setStartEndCols

        public PivotModel setStartEndCols​(String... startEndCols)
        参数:
        startEndCols - the pivotCols to set
      • getDefaultValue

        public Object getDefaultValue()
      • getCategorySql

        public String getCategorySql()
        返回:
        the categorySql
      • setCategorySql

        public PivotModel setCategorySql​(String categorySql)
        参数:
        categorySql - the categorySql to set