Class CasinoSession

java.lang.Object
com.sportradar.mbs.sdk.entities.common.CasinoSession

public class CasinoSession extends Object
Represents a casino session.
  • Constructor Details

    • CasinoSession

      public CasinoSession()
  • Method Details

    • newBuilder

      public static CasinoSession.Builder newBuilder()
      Creates a new instance of the CasinoSession.Builder class.
      Returns:
      A new instance of the CasinoSession.Builder class.
    • getStake

      public Stake[] getStake()
      Gets the stake array.
      Returns:
      The stake array.
    • setStake

      public void setStake(Stake[] value)
      Sets the stake array.
      Parameters:
      value - The stake array to set.
    • getGame

      public CasinoGame getGame()
      Gets the casino game.
      Returns:
      The casino game.
    • setGame

      public void setGame(CasinoGame value)
      Sets the casino game.
      Parameters:
      value - The casino game to set.
    • getSpins

      public CasinoSpin[] getSpins()
      Gets the casino spins array.
      Returns:
      The casino spins array.
    • setSpins

      public void setSpins(CasinoSpin[] value)
      Sets the casino spins array.
      Parameters:
      value - The casino spins array to set.
    • getPayout

      public Payout[] getPayout()
      Gets the payout array.
      Returns:
      The payout array.
    • setPayout

      public void setPayout(Payout[] value)
      Sets the payout array.
      Parameters:
      value - The payout array to set.
    • getId

      public String getId()
      Gets the ID of the casino session.
      Returns:
      The ID of the casino session.
    • setId

      public void setId(String value)
      Sets the ID of the casino session.
      Parameters:
      value - The ID of the casino session to set.
    • getStartUtc

      public Long getStartUtc()
      Gets the start time of the casino session in UTC millis.
      Returns:
      The start time of the casino session in UTC millis.
    • setStartUtc

      public void setStartUtc(Long value)
      Sets the start time of the casino session in UTC millis.
      Parameters:
      value - The start time of the casino session in UTC millis to set.
    • getEndUtc

      public Long getEndUtc()
      Gets the end time of the casino session in UTC millis.
      Returns:
      The end time of the casino session in UTC millis.
    • setEndUtc

      public void setEndUtc(Long value)
      Sets the end time of the casino session in UTC millis.
      Parameters:
      value - The end time of the casino session in UTC millis to set.