Class ItemListJson<T extends BaseJson>

    • Constructor Detail

      • ItemListJson

        public ItemListJson()
      • ItemListJson

        public ItemListJson​(int total,
                            List<T> items)
    • Method Detail

      • getTotal

        public int getTotal()
      • setTotal

        public void setTotal​(int total)
      • getItems

        public List<T> getItems()
      • setItems

        public void setItems​(List<T> items)