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
public class HomeAway<T> extends Object implements Serializable
Home and away tuple (e.g. counters, stats).- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
getAway()
Gets the result of the away teamT
getHome()
Gets the result of the home team
-