Class CasinoContext
java.lang.Object
com.sportradar.mbs.sdk.entities.common.CasinoContext
Represents a casino context, including wallet ID, channel, and end customer information.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder class for creating instances of the CasinoContext class. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the channel.Gets the end customer.Gets the wallet ID.static CasinoContext.BuilderCreates a new instance of the CasinoContext.Builder class.voidsetChannel(Channel value) Sets the channel.voidsetEndCustomer(EndCustomer value) Sets the end customer.voidsetWalletId(String value) Sets the wallet ID.
-
Constructor Details
-
CasinoContext
public CasinoContext()
-
-
Method Details
-
newBuilder
Creates a new instance of the CasinoContext.Builder class.- Returns:
- A new instance of the CasinoContext.Builder class.
-
getWalletId
Gets the wallet ID.- Returns:
- The wallet ID.
-
setWalletId
Sets the wallet ID.- Parameters:
value- The wallet ID to set.
-
getChannel
Gets the channel.- Returns:
- The channel.
-
setChannel
Sets the channel.- Parameters:
value- The channel to set.
-
getEndCustomer
Gets the end customer.- Returns:
- The end customer.
-
setEndCustomer
Sets the end customer.- Parameters:
value- The end customer to set.
-