Class Pagedata<T>
- java.lang.Object
-
- com.foxinmy.weixin4j.model.paging.Pagedata<T>
-
- All Implemented Interfaces:
Serializable
,Iterable<T>
public class Pagedata<T> extends Object implements Serializable, Iterable<T>
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<T>
getContent()
int
getNumber()
int
getNumberOfElements()
int
getSize()
Sort
getSort()
int
getTotalElements()
int
getTotalPages()
boolean
hasContent()
boolean
hasNext()
boolean
hasPrevious()
Iterator<T>
iterator()
String
toString()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
getNumber
public int getNumber()
-
getSize
public int getSize()
-
getTotalPages
public int getTotalPages()
-
getTotalElements
public int getTotalElements()
-
getNumberOfElements
public int getNumberOfElements()
-
hasContent
public boolean hasContent()
-
hasPrevious
public boolean hasPrevious()
-
hasNext
public boolean hasNext()
-
getSort
public Sort getSort()
-
-