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