Class DataResponse<T>


  • public class DataResponse<T>
    extends Object
    Author:
    Tijs Rademakers
    • Constructor Detail

      • DataResponse

        public DataResponse()
    • Method Detail

      • getData

        public List<T> getData()
      • getTotal

        public long getTotal()
      • setTotal

        public void setTotal​(long total)
      • getStart

        public int getStart()
      • setStart

        public void setStart​(int start)
      • getSort

        public String getSort()
      • setSort

        public void setSort​(String sort)
      • getOrder

        public String getOrder()
      • setOrder

        public void setOrder​(String order)
      • getSize

        public int getSize()
      • setSize

        public void setSize​(int size)