Class ScoreEntity
- java.lang.Object
-
- com.sportradar.livedata.sdk.feed.livescout.entities.ScoreEntity
-
- All Implemented Interfaces:
Serializable
public class ScoreEntity extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description ScoreEntity(com.sportradar.livedata.sdk.proto.dto.incoming.livescout.Score score)
protected
ScoreEntity(String type, double team1, double team2, ScoreEntity subScore)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScoreEntity
getSubScore()
double
getTeam1()
double
getTeam2()
String
getType()
-
-
-
Constructor Detail
-
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 Detail
-
getType
public String getType()
-
getTeam1
public double getTeam1()
-
getTeam2
public double getTeam2()
-
getSubScore
public ScoreEntity getSubScore()
-
-