Class PaginationEntity
- java.lang.Object
-
- com.sportradar.livedata.sdk.feed.livescout.entities.PaginationEntity
-
- All Implemented Interfaces:
Serializable
public class PaginationEntity extends Object implements Serializable
Stores paging information.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PaginationEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getPage()
Returns page number of current feed partial.Integer
getTotalPages()
Returns total amount of pages in splitted feed.String
getUuid()
Before splitting feed gets his own uuid.
-
-
-
Method Detail
-
getUuid
public String getUuid()
Before splitting feed gets his own uuid. All partials after splitting will have same uuid.- Returns:
- uuid of split feed.
-
getPage
public Integer getPage()
Returns page number of current feed partial.- Returns:
- page of current partial.
-
getTotalPages
public Integer getTotalPages()
Returns total amount of pages in splitted feed.- Returns:
- total pages.
-
-