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
Nested ClassesModifier and TypeClassDescriptionstatic classRepresents a builder for creating instances of the TicketInformResponse class. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the bet details.intgetCode()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.BuilderCreates a new instance of the TicketInformResponse.Builder class.voidsetBetDetails(BetDetail[] value) Sets the bet details.voidsetCode(int value) Sets the code of the response.voidsetExchangeRate(ExchangeRate[] value) Sets the exchange rates.voidsetMessage(String value) Sets the message.voidsetSignature(String value) Sets the signature.voidsetStatus(AcceptanceStatus value) Sets the acceptance status.voidsetTicketId(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.
-