T
public class TablePage<T> extends Object
TablePage(long totalCount, List<T> items)
List<T>
getItems()
long
getTotalCount()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TablePage(long totalCount, List<T> items)
public long getTotalCount()
public List<T> getItems()
Copyright © 2023 LSST. All rights reserved.