java.lang.Object
com.sportradar.livedata.sdk.feed.livescout.entities.ScoreEntity
All Implemented Interfaces:
Serializable

public class ScoreEntity extends Object implements Serializable
See Also:
  • Constructor Details

    • ScoreEntity

      public ScoreEntity(com.sportradar.livedata.sdk.proto.dto.incoming.livescout.Score score)
    • ScoreEntity

      protected ScoreEntity(String type, double team1, double team2, ScoreEntity subScore)
  • Method Details

    • getType

      public String getType()
    • getTeam1

      public double getTeam1()
    • getTeam2

      public double getTeam2()
    • getSubScore

      public ScoreEntity getSubScore()