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 typevoidSetter for detailvoidsetInstance(String value) Setter for instancevoidSetter for statusvoidSetter for titlevoidSetter 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
-