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 SummaryConstructorsConstructorDescriptionNetWorthEntity(com.sportradar.livedata.sdk.proto.dto.incoming.livescout.Networth networth) 
- 
Method Summary
- 
Constructor Details- 
NetWorthEntitypublic NetWorthEntity(com.sportradar.livedata.sdk.proto.dto.incoming.livescout.Networth networth) 
 
- 
- 
Method Details- 
getMapNumberpublic int getMapNumber()Returns the map number- Returns:
- - the map number
 
- 
getTeam1public int getTeam1()Returns the home team net worth- Returns:
- - the home team net worth
 
- 
getTeam2public int getTeam2()Returns the away team net worth- Returns:
- - the away team net worth
 
 
-