Class ForbiddenErrorResponse

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

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

    • ForbiddenErrorResponse

      public ForbiddenErrorResponse()
  • 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 ForbiddenErrorResponse
      Overrides:
      toString in class Object