Class GoalsEntity
- java.lang.Object
-
- com.sportradar.livedata.sdk.feed.livescout.entities.GoalsEntity
-
- All Implemented Interfaces:
Serializable
public class GoalsEntity extends Object implements Serializable
Goals- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getT1()
Returns the team one goal indicationint
getT2()
Returns the team two goal indicationString
getType()
Returns the goal type indication
-
-
-
Method Detail
-
getT1
public int getT1()
Returns the team one goal indication- Returns:
- the team one goal indication
-
getT2
public int getT2()
Returns the team two goal indication- Returns:
- the team two goal indication
-
getType
public String getType()
Returns the goal type indication- Returns:
- the goal type indication
-
-