Class BadRequestErrorResponse

java.lang.Object
net.avalara.avatax.rest.client.models.BadRequestErrorResponse

public class BadRequestErrorResponse extends Object
This is used to map the error details in response
  • Constructor Details

    • BadRequestErrorResponse

      public BadRequestErrorResponse()
  • Method Details

    • getCode

      public Integer getCode()
      Getter for code Status code in the response
    • setCode

      public void setCode(Integer value)
      Setter for code Status code in the response
    • getMessage

      public String getMessage()
      Getter for message Error message in the response
    • setMessage

      public void setMessage(String value)
      Setter for message Error message in the response
    • toString

      public String toString()
      Returns a JSON string representation of BadRequestErrorResponse
      Overrides:
      toString in class Object