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:
  • 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