Class ExtSettlementAckResponse

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

public class ExtSettlementAckResponse extends ContentResponse
Represents an extended settlement acknowledgment response.
  • Constructor Details

    • ExtSettlementAckResponse

      public ExtSettlementAckResponse()
  • Method Details

    • newBuilder

      public static ExtSettlementAckResponse.Builder newBuilder()
      Creates a new instance of the ExtSettlementAckResponse.Builder class.
      Returns:
      A new instance of the ExtSettlementAckResponse.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.
    • getSignature

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

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

      public String getSettlementId()
      Gets the settlement ID of the response.
      Returns:
      The settlement ID of the response.
    • setSettlementId

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

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

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

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

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

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

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