Class TicketInformResponse
java.lang.Object
com.sportradar.mbs.sdk.entities.response.ContentResponse
com.sportradar.mbs.sdk.entities.response.TicketInformResponse
Represents a response for ticket information.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Represents a builder for creating instances of the TicketInformResponse class. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the bet details.int
getCode()
Gets the code of the response.Gets the exchange rates.Gets the message.Gets the signature.Gets the acceptance status.Gets the ticket ID.static TicketInformResponse.Builder
Creates a new instance of the TicketInformResponse.Builder class.void
setBetDetails
(BetDetail[] value) Sets the bet details.void
setCode
(int value) Sets the code of the response.void
setExchangeRate
(ExchangeRate[] value) Sets the exchange rates.void
setMessage
(String value) Sets the message.void
setSignature
(String value) Sets the signature.void
setStatus
(AcceptanceStatus value) Sets the acceptance status.void
setTicketId
(String value) Sets the ticket ID.Methods inherited from class com.sportradar.mbs.sdk.entities.response.ContentResponse
newBalanceChangeInformResponseBuilder, newCancelAckResponseBuilder, newCancelResponseBuilder, newCashoutAckResponseBuilder, newCashoutResponseBuilder, newCasinoSessionsResponseBuilder, newDepositInformResponseBuilder, newErrorResponseBuilder, newExtSettlementAckResponseBuilder, newExtSettlementResponseBuilder, newTicketAckResponseBuilder, newTicketInformResponseBuilder, newTicketResponseBuilder, newWithdrawalInformResponseBuilder
-
Constructor Details
-
TicketInformResponse
public TicketInformResponse()
-
-
Method Details
-
newBuilder
Creates a new instance of the TicketInformResponse.Builder class.- Returns:
- A new instance of the TicketInformResponse.Builder class.
-
getCode
public int getCode()Gets the code of the response.- Returns:
- The code of the response.
-
setCode
public void setCode(int value) Sets the code of the response.- Parameters:
value
- The code of the response.
-
getExchangeRate
Gets the exchange rates.- Returns:
- The exchange rates.
-
setExchangeRate
Sets the exchange rates.- Parameters:
value
- The exchange rates.
-
getSignature
Gets the signature.- Returns:
- The signature.
-
setSignature
Sets the signature.- Parameters:
value
- The signature.
-
getBetDetails
Gets the bet details.- Returns:
- The bet details.
-
setBetDetails
Sets the bet details.- Parameters:
value
- The bet details.
-
getMessage
Gets the message.- Returns:
- The message.
-
setMessage
Sets the message.- Parameters:
value
- The message.
-
getTicketId
Gets the ticket ID.- Returns:
- The ticket ID.
-
setTicketId
Sets the ticket ID.- Parameters:
value
- The ticket ID.
-
getStatus
Gets the acceptance status.- Returns:
- The acceptance status.
-
setStatus
Sets the acceptance status.- Parameters:
value
- The acceptance status.
-