Class AvaTaxMessage
java.lang.Object
net.avalara.avatax.rest.client.models.AvaTaxMessage
Informational or warning messages returned by AvaTax with a transaction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for details Detailed information that explains what the summary providedGetter for refersTo Information about what object in your request this message refers toGetter for severity A category that indicates how severely this message affects the resultsGetter for source The name of the code or service that generated this messageGetter for summary A brief summary of what this message tells usvoid
setDetails
(String value) Setter for details Detailed information that explains what the summary providedvoid
setRefersTo
(String value) Setter for refersTo Information about what object in your request this message refers tovoid
setSeverity
(String value) Setter for severity A category that indicates how severely this message affects the resultsvoid
Setter for source The name of the code or service that generated this messagevoid
setSummary
(String value) Setter for summary A brief summary of what this message tells ustoString()
Returns a JSON string representation of AvaTaxMessage
-
Constructor Details
-
AvaTaxMessage
public AvaTaxMessage()
-
-
Method Details
-
getSummary
Getter for summary A brief summary of what this message tells us -
setSummary
Setter for summary A brief summary of what this message tells us -
getDetails
Getter for details Detailed information that explains what the summary provided -
setDetails
Setter for details Detailed information that explains what the summary provided -
getRefersTo
Getter for refersTo Information about what object in your request this message refers to -
setRefersTo
Setter for refersTo Information about what object in your request this message refers to -
getSeverity
Getter for severity A category that indicates how severely this message affects the results -
setSeverity
Setter for severity A category that indicates how severely this message affects the results -
getSource
Getter for source The name of the code or service that generated this message -
setSource
Setter for source The name of the code or service that generated this message -
toString
Returns a JSON string representation of AvaTaxMessage
-