Class PaginationEntity
java.lang.Object
com.sportradar.livedata.sdk.feed.livescout.entities.PaginationEntity
- All Implemented Interfaces:
Serializable
Stores paging information.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PaginationEntity
public PaginationEntity()
-
-
Method Details
-
getUuid
Before splitting feed gets his own uuid. All partials after splitting will have same uuid.- Returns:
- uuid of split feed.
-
getPage
Returns page number of current feed partial.- Returns:
- page of current partial.
-
getTotalPages
Returns total amount of pages in splitted feed.- Returns:
- total pages.
-