Class ExtSettlementAckResponse.Builder

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

public static class ExtSettlementAckResponse.Builder extends Object
Represents a builder for the ExtSettlementAckResponse class.
  • Method Details

    • build

      public ExtSettlementAckResponse build()
      Builds the ExtSettlementAckResponse instance.
      Returns:
      The built ExtSettlementAckResponse instance.
    • setCode

      public ExtSettlementAckResponse.Builder setCode(int value)
      Sets the code of the response.
      Parameters:
      value - The code of the response.
      Returns:
      The builder instance.
    • setSignature

      public ExtSettlementAckResponse.Builder setSignature(String value)
      Sets the signature of the response.
      Parameters:
      value - The signature of the response.
      Returns:
      The builder instance.
    • setSettlementId

      public ExtSettlementAckResponse.Builder setSettlementId(String value)
      Sets the settlement ID of the response.
      Parameters:
      value - The settlement ID of the response.
      Returns:
      The builder instance.
    • setMessage

      public ExtSettlementAckResponse.Builder setMessage(String value)
      Sets the message of the response.
      Parameters:
      value - The message of the response.
      Returns:
      The builder instance.
    • setTicketId

      public ExtSettlementAckResponse.Builder setTicketId(String value)
      Sets the ticket ID of the response.
      Parameters:
      value - The ticket ID of the response.
      Returns:
      The builder instance.
    • setStatus

      Sets the acceptance status of the response.
      Parameters:
      value - The acceptance status of the response.
      Returns:
      The builder instance.