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:
  • Constructor Details

    • PaginationEntity

      public PaginationEntity()
  • Method Details

    • 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.