Class CashoutAckResponse

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

public class CashoutAckResponse extends ContentResponse
Represents a response for a cashout acknowledgement.
  • Constructor Details

    • CashoutAckResponse

      public CashoutAckResponse()
  • Method Details

    • newBuilder

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

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

      public void setCode(int value)
      Sets the code associated with the cashout acknowledgement response.
      Parameters:
      value - The code to set.
    • getSignature

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

      public void setSignature(String value)
      Sets the signature associated with the cashout acknowledgement response.
      Parameters:
      value - The signature to set.
    • getCashoutId

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

      public void setCashoutId(String value)
      Sets the cashout ID associated with the cashout acknowledgement response.
      Parameters:
      value - The cashout ID to set.
    • getMessage

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

      public void setMessage(String value)
      Sets the message associated with the cashout acknowledgement response.
      Parameters:
      value - The message to set.
    • getTicketId

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

      public void setTicketId(String value)
      Sets the ticket ID associated with the cashout acknowledgement response.
      Parameters:
      value - The ticket ID to set.
    • getStatus

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

      public void setStatus(AcceptanceStatus value)
      Sets the acceptance status associated with the cashout acknowledgement response.
      Parameters:
      value - The acceptance status to set.