Class DepositInformResponse

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

public class DepositInformResponse extends ContentResponse
Represents a response object for deposit information.
  • Constructor Details

    • DepositInformResponse

      public DepositInformResponse()
  • Method Details

    • newBuilder

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

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

      public void setCode(int value)
      Sets the code associated with the deposit inform response.
      Parameters:
      value - The code to set.
    • getMessage

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

      public void setMessage(String value)
      Sets the message associated with the deposit inform response.
      Parameters:
      value - The message to set.