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