Class ProblemDetails
java.lang.Object
net.avalara.avatax.rest.client.models.ProblemDetails
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for detailGetter for instanceGetter for statusgetTitle()
Getter for titlegetType()
Getter for typevoid
Setter for detailvoid
setInstance
(String value) Setter for instancevoid
Setter for statusvoid
Setter for titlevoid
Setter for typetoString()
Returns a JSON string representation of ProblemDetails
-
Constructor Details
-
ProblemDetails
public ProblemDetails()
-
-
Method Details
-
getType
Getter for type -
setType
Setter for type -
getTitle
Getter for title -
setTitle
Setter for title -
getStatus
Getter for status -
setStatus
Setter for status -
getDetail
Getter for detail -
setDetail
Setter for detail -
getInstance
Getter for instance -
setInstance
Setter for instance -
toString
Returns a JSON string representation of ProblemDetails
-