Class CasinoContext

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

public class CasinoContext extends Object
Represents a casino context, including wallet ID, channel, and end customer information.
  • Constructor Details

    • CasinoContext

      public CasinoContext()
  • Method Details

    • newBuilder

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

      public String getWalletId()
      Gets the wallet ID.
      Returns:
      The wallet ID.
    • setWalletId

      public void setWalletId(String value)
      Sets the wallet ID.
      Parameters:
      value - The wallet ID to set.
    • getChannel

      public Channel getChannel()
      Gets the channel.
      Returns:
      The channel.
    • setChannel

      public void setChannel(Channel value)
      Sets the channel.
      Parameters:
      value - The channel to set.
    • getEndCustomer

      public EndCustomer getEndCustomer()
      Gets the end customer.
      Returns:
      The end customer.
    • setEndCustomer

      public void setEndCustomer(EndCustomer value)
      Sets the end customer.
      Parameters:
      value - The end customer to set.