Class HomeAway<T>
java.lang.Object
com.sportradar.livedata.sdk.feed.common.entities.HomeAway<T>
- Type Parameters:
- T- Specifies the type of the home and away values
- All Implemented Interfaces:
- Serializable
Home and away tuple (e.g. counters, stats).
- See Also:
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
HomeAwayInitializes a new instance of theHomeAwayclass.- Parameters:
- home- The result of the home team
- away- The result of the away team
 
- 
HomeAwayprotected HomeAway()For Serializable
 
- 
- 
Method Details- 
getAwayGets the result of the away team- Returns:
- The result of the away team
 
- 
getHomeGets the result of the home team- Returns:
- the result of the home team
 
 
-