//dataList.add(groupByYearSizeAndCountRow);
data.setGroupByYear(dataList);
List<GroupByPuidSizeAndCountRow> dataList1 = new ArrayList<GroupByPuidSizeAndCountRow>();
GroupByPuidSizeAndCountRow groupByPuidSizeAndCountRow = new GroupByPuidSizeAndCountRow();
groupByPuidSizeAndCountRow.setPuid("Xfmt/doc");
groupByPuidSizeAndCountRow.setCount(new BigInteger("20"));
groupByPuidSizeAndCountRow.setSize(new BigDecimal("50000"));
dataList1.add(groupByPuidSizeAndCountRow);
data.setGroupByPuid(dataList1);
ProfileStat profileStat = new ProfileStat();