public class ItemListJson<T extends BaseJson> extends BaseJson
Constructor and Description |
---|
ItemListJson() |
ItemListJson(int total,
List<T> items) |
Modifier and Type | Method and Description |
---|---|
List<T> |
getItems() |
int |
getTotal() |
void |
setItems(List<T> items) |
void |
setTotal(int total) |
getObjType, setObjType, toString
Copyright © 2019. All rights reserved.