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 Summary
Constructors -
Method Summary
-
Constructor Details
-
HomeAway
Initializes a new instance of theHomeAwayclass.- Parameters:
home- The result of the home teamaway- The result of the away team
-
HomeAway
protected HomeAway()For Serializable
-
-
Method Details
-
getAway
Gets the result of the away team- Returns:
- The result of the away team
-
getHome
Gets the result of the home team- Returns:
- the result of the home team
-