Class TicketInformResponse

java.lang.Object
com.sportradar.mbs.sdk.entities.response.ContentResponse
com.sportradar.mbs.sdk.entities.response.TicketInformResponse

public class TicketInformResponse extends ContentResponse
Represents a response for ticket information.
  • Constructor Details

    • TicketInformResponse

      public TicketInformResponse()
  • Method Details

    • newBuilder

      public static TicketInformResponse.Builder 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

      public ExchangeRate[] getExchangeRate()
      Gets the exchange rates.
      Returns:
      The exchange rates.
    • setExchangeRate

      public void setExchangeRate(ExchangeRate[] value)
      Sets the exchange rates.
      Parameters:
      value - The exchange rates.
    • getSignature

      public String getSignature()
      Gets the signature.
      Returns:
      The signature.
    • setSignature

      public void setSignature(String value)
      Sets the signature.
      Parameters:
      value - The signature.
    • getBetDetails

      public BetDetail[] getBetDetails()
      Gets the bet details.
      Returns:
      The bet details.
    • setBetDetails

      public void setBetDetails(BetDetail[] value)
      Sets the bet details.
      Parameters:
      value - The bet details.
    • getMessage

      public String getMessage()
      Gets the message.
      Returns:
      The message.
    • setMessage

      public void setMessage(String value)
      Sets the message.
      Parameters:
      value - The message.
    • getTicketId

      public String getTicketId()
      Gets the ticket ID.
      Returns:
      The ticket ID.
    • setTicketId

      public void setTicketId(String value)
      Sets the ticket ID.
      Parameters:
      value - The ticket ID.
    • getStatus

      public AcceptanceStatus getStatus()
      Gets the acceptance status.
      Returns:
      The acceptance status.
    • setStatus

      public void setStatus(AcceptanceStatus value)
      Sets the acceptance status.
      Parameters:
      value - The acceptance status.