Class CashoutAckResponse.Builder

java.lang.Object
com.sportradar.mbs.sdk.entities.response.CashoutAckResponse.Builder
Enclosing class:
CashoutAckResponse

public static class CashoutAckResponse.Builder extends Object
Builder class for creating instances of the CashoutAckResponse class.
  • Method Details

    • build

      public CashoutAckResponse build()
      Builds and returns the CashoutAckResponse instance.
      Returns:
      The built CashoutAckResponse instance.
    • setCode

      public CashoutAckResponse.Builder setCode(int value)
      Sets the code associated with the cashout acknowledgement response.
      Parameters:
      value - The code to set.
      Returns:
      The Builder instance.
    • setSignature

      public CashoutAckResponse.Builder setSignature(String value)
      Sets the signature associated with the cashout acknowledgement response.
      Parameters:
      value - The signature to set.
      Returns:
      The Builder instance.
    • setCashoutId

      public CashoutAckResponse.Builder setCashoutId(String value)
      Sets the cashout ID associated with the cashout acknowledgement response.
      Parameters:
      value - The cashout ID to set.
      Returns:
      The Builder instance.
    • setMessage

      public CashoutAckResponse.Builder setMessage(String value)
      Sets the message associated with the cashout acknowledgement response.
      Parameters:
      value - The message to set.
      Returns:
      The Builder instance.
    • setTicketId

      public CashoutAckResponse.Builder setTicketId(String value)
      Sets the ticket ID associated with the cashout acknowledgement response.
      Parameters:
      value - The ticket ID to set.
      Returns:
      The Builder instance.
    • setStatus

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