Class ExtSettlementResponse

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

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

    • ExtSettlementResponse

      public ExtSettlementResponse()
  • Method Details

    • newBuilder

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

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

      public void setCode(int value)
      Sets the code.
      Parameters:
      value - The code to set.
    • getSignature

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

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

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

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

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

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

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

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

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

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