Class ForbiddenErrorResponse
java.lang.Object
net.avalara.avatax.rest.client.models.ForbiddenErrorResponse
This is used to map the error details in response
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()
Getter for code Status code in the responseGetter for message Error message in the responsevoid
Setter for code Status code in the responsevoid
setMessage
(String value) Setter for message Error message in the responsetoString()
Returns a JSON string representation of ForbiddenErrorResponse
-
Constructor Details
-
ForbiddenErrorResponse
public ForbiddenErrorResponse()
-
-
Method Details
-
getCode
Getter for code Status code in the response -
setCode
Setter for code Status code in the response -
getMessage
Getter for message Error message in the response -
setMessage
Setter for message Error message in the response -
toString
Returns a JSON string representation of ForbiddenErrorResponse
-