Class ResultListDataRepresentation


  • public class ResultListDataRepresentation
    extends Object
    Author:
    Tijs Rademakers
    • Constructor Detail

      • ResultListDataRepresentation

        public ResultListDataRepresentation()
      • ResultListDataRepresentation

        public ResultListDataRepresentation​(List<? extends Object> data)
    • Method Detail

      • getSize

        public Integer getSize()
      • setSize

        public void setSize​(Integer size)
      • getTotal

        public Long getTotal()
      • setTotal

        public void setTotal​(Long total)
      • getStart

        public Integer getStart()
      • setStart

        public void setStart​(Integer start)
      • getData

        public List<? extends Object> getData()
      • setData

        public void setData​(List<? extends Object> data)