Class BalanceChangeInformResponse

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

public class BalanceChangeInformResponse extends ContentResponse
Represents a response object for balance change information.
  • Constructor Details

    • BalanceChangeInformResponse

      public BalanceChangeInformResponse()
  • Method Details

    • newBuilder

      public static BalanceChangeInformResponse.Builder newBuilder()
      Creates a new instance of the BalanceChangeInformResponse class. Use the newBuilder() method to create an instance of the Builder class.
    • getCode

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

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

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

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