Class BadRequestErrorResponse
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.BadRequestErrorResponse
-
public class BadRequestErrorResponse extends java.lang.Object
This is used to map the error details in response
-
-
Constructor Summary
Constructors Constructor Description BadRequestErrorResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
getCode()
Getter for code Status code in the responsejava.lang.String
getMessage()
Getter for message Error message in the responsevoid
setCode(java.lang.Integer value)
Setter for code Status code in the responsevoid
setMessage(java.lang.String value)
Setter for message Error message in the responsejava.lang.String
toString()
Returns a JSON string representation of BadRequestErrorResponse
-
-
-
Method Detail
-
getCode
public java.lang.Integer getCode()
Getter for code Status code in the response
-
setCode
public void setCode(java.lang.Integer value)
Setter for code Status code in the response
-
getMessage
public java.lang.String getMessage()
Getter for message Error message in the response
-
setMessage
public void setMessage(java.lang.String value)
Setter for message Error message in the response
-
toString
public java.lang.String toString()
Returns a JSON string representation of BadRequestErrorResponse- Overrides:
toString
in classjava.lang.Object
-
-