Class CasinoGame

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

public class CasinoGame extends Object
Represents a casino game.
  • Constructor Details

    • CasinoGame

      public CasinoGame()
  • Method Details

    • newBuilder

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

      public String getProvider()
      Get the provider of the casino game.
      Returns:
      the provider
    • setProvider

      public void setProvider(String value)
      Set the provider of the casino game.
      Parameters:
      value - the provider to set
    • getId

      public String getId()
      Get the ID of the casino game.
      Returns:
      the ID
    • setId

      public void setId(String value)
      Set the ID of the casino game.
      Parameters:
      value - the ID to set