Class NetWorthEntity
- java.lang.Object
-
- com.sportradar.livedata.sdk.feed.livescout.entities.NetWorthEntity
-
- All Implemented Interfaces:
Serializable
public class NetWorthEntity extends Object implements Serializable
Holds information about a match net-worth- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NetWorthEntity(com.sportradar.livedata.sdk.proto.dto.incoming.livescout.Networth networth)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getMapNumber()
Returns the map numberint
getTeam1()
Returns the home team net worthint
getTeam2()
Returns the away team net worth
-