Class PeriodScoreDto

java.lang.Object
com.sportradar.unifiedodds.sdk.internal.impl.dto.PeriodScoreDto

public class PeriodScoreDto extends Object
A data transfer object containing period score information
  • Method Details

    • getHomeScore

      public BigDecimal getHomeScore()
      Returns the score of the home team in the period represented by the current instance
      Returns:
      - the score of the home team in the period represented by the current instance
    • getAwayScore

      public BigDecimal getAwayScore()
      Returns the score of the away team in the period represented by the current instance
      Returns:
      - the score of the away team in the period represented by the current instance
    • getPeriodNumber

      public Integer getPeriodNumber()
      Returns the sequence number of the period represented by the current instance
      Returns:
      - the sequence number of the period represented by the current instance
    • getMatchStatusCode

      public int getMatchStatusCode()
      Returns the match status code of the period represented by the current instance
      Returns:
      - the match status code of the period represented by the current instance
    • getPeriodType

      public String getPeriodType()
      Returns the type of the period represented by the current instance
      Returns:
      - the type of the period represented by the current instance
    • toString

      public String toString()
      Returns a String describing the current PeriodScoreDto instance
      Overrides:
      toString in class Object
      Returns:
      - a String describing the current PeriodScoreDto instance