public class DataPageDTO extends Object
Modifier and Type | Field and Description |
---|---|
List<String> |
headers |
int |
page |
int |
page_size |
List<?> |
rows |
int |
total_pages |
long |
total_rows |
Constructor and Description |
---|
DataPageDTO() |
public int page
public int page_size
public int total_pages
public long total_rows
public List<?> rows
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.