Class NetWorthEntity
java.lang.Object
com.sportradar.livedata.sdk.feed.livescout.entities.NetWorthEntity
- All Implemented Interfaces:
Serializable
Holds information about a match net-worth
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNetWorthEntity(com.sportradar.livedata.sdk.proto.dto.incoming.livescout.Networth networth) -
Method Summary
-
Constructor Details
-
NetWorthEntity
public NetWorthEntity(com.sportradar.livedata.sdk.proto.dto.incoming.livescout.Networth networth)
-
-
Method Details
-
getMapNumber
public int getMapNumber()Returns the map number- Returns:
- - the map number
-
getTeam1
public int getTeam1()Returns the home team net worth- Returns:
- - the home team net worth
-
getTeam2
public int getTeam2()Returns the away team net worth- Returns:
- - the away team net worth
-