Class PaginatedResponse


  • public class PaginatedResponse
    extends Object
    Author:
    S. Ricci
    • Constructor Detail

      • PaginatedResponse

        public PaginatedResponse()
      • PaginatedResponse

        public PaginatedResponse​(int total,
                                 List<?> rows)
    • Method Detail

      • getTotal

        public int getTotal()
      • setTotal

        public void setTotal​(int total)
      • getRows

        public List<?> getRows()
      • setRows

        public void setRows​(List<?> rows)