Class CashoutResponse

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

public class CashoutResponse extends ContentResponse
Represents a response object for a cashout operation. Inherits from the ContentResponse class.
  • Constructor Details

    • CashoutResponse

      public CashoutResponse()
  • Method Details

    • newBuilder

      public static CashoutResponse.Builder newBuilder()
      Returns a new instance of the CashoutResponse.Builder class.
      Returns:
      A new instance of the CashoutResponse.Builder class.
    • getCode

      public int getCode()
      Gets the code of the cashout response.
      Returns:
      The code of the cashout response.
    • setCode

      public void setCode(int value)
      Sets the code of the cashout response.
      Parameters:
      value - The code of the cashout response.
    • getSignature

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

      public void setSignature(String value)
      Sets the signature of the cashout response.
      Parameters:
      value - The signature of the cashout response.
    • getCashoutId

      public String getCashoutId()
      Gets the cashout ID of the cashout response.
      Returns:
      The cashout ID of the cashout response.
    • setCashoutId

      public void setCashoutId(String value)
      Sets the cashout ID of the cashout response.
      Parameters:
      value - The cashout ID of the cashout response.
    • getMessage

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

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

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

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

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

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