Class CasinoGame
java.lang.Object
com.sportradar.mbs.sdk.entities.common.CasinoGame
Represents a casino game.
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Get the ID of the casino game.Get the provider of the casino game.static CasinoGame.Builder
Creates a new instance of the CasinoGame.Builder class.void
Set the ID of the casino game.void
setProvider
(String value) Set the provider of the casino game.
-
Constructor Details
-
CasinoGame
public CasinoGame()
-
-
Method Details
-
newBuilder
Creates a new instance of the CasinoGame.Builder class.- Returns:
- A new instance of the CasinoGame.Builder class.
-
getProvider
Get the provider of the casino game.- Returns:
- the provider
-
setProvider
Set the provider of the casino game.- Parameters:
value
- the provider to set
-
getId
Get the ID of the casino game.- Returns:
- the ID
-
setId
Set the ID of the casino game.- Parameters:
value
- the ID to set
-