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
Modifier and TypeClassDescriptionstatic class
Builder class for creating instances of the CasinoContext class. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the channel.Gets the end customer.Gets the wallet ID.static CasinoContext.Builder
Creates a new instance of the CasinoContext.Builder class.void
setChannel
(Channel value) Sets the channel.void
setEndCustomer
(EndCustomer value) Sets the end customer.void
setWalletId
(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.
-