Class TeamStatisticsDto

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

public class TeamStatisticsDto extends Object
Team statistics data transfer object
  • Method Details

    • getName

      public String getName()
    • getTeamId

      public Urn getTeamId()
    • getHomeAway

      public HomeAway getHomeAway()
    • getCards

      public Integer getCards()
    • getYellowCards

      public Integer getYellowCards()
    • getRedCards

      public Integer getRedCards()
    • getYellowRedCards

      public Integer getYellowRedCards()
    • getCornerKicks

      public Integer getCornerKicks()
    • getGreenCards

      public Integer getGreenCards()
    • toString

      public String toString()
      Overrides:
      toString in class Object