Class AvaTaxMessage
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.AvaTaxMessage
-
public class AvaTaxMessage extends java.lang.Object
Informational or warning messages returned by AvaTax with a transaction
-
-
Constructor Summary
Constructors Constructor Description AvaTaxMessage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDetails()
Getter for details Detailed information that explains what the summary providedjava.lang.String
getRefersTo()
Getter for refersTo Information about what object in your request this message refers tojava.lang.String
getSeverity()
Getter for severity A category that indicates how severely this message affects the resultsjava.lang.String
getSource()
Getter for source The name of the code or service that generated this messagejava.lang.String
getSummary()
Getter for summary A brief summary of what this message tells usvoid
setDetails(java.lang.String value)
Setter for details Detailed information that explains what the summary providedvoid
setRefersTo(java.lang.String value)
Setter for refersTo Information about what object in your request this message refers tovoid
setSeverity(java.lang.String value)
Setter for severity A category that indicates how severely this message affects the resultsvoid
setSource(java.lang.String value)
Setter for source The name of the code or service that generated this messagevoid
setSummary(java.lang.String value)
Setter for summary A brief summary of what this message tells usjava.lang.String
toString()
Returns a JSON string representation of AvaTaxMessage
-
-
-
Method Detail
-
getSummary
public java.lang.String getSummary()
Getter for summary A brief summary of what this message tells us
-
setSummary
public void setSummary(java.lang.String value)
Setter for summary A brief summary of what this message tells us
-
getDetails
public java.lang.String getDetails()
Getter for details Detailed information that explains what the summary provided
-
setDetails
public void setDetails(java.lang.String value)
Setter for details Detailed information that explains what the summary provided
-
getRefersTo
public java.lang.String getRefersTo()
Getter for refersTo Information about what object in your request this message refers to
-
setRefersTo
public void setRefersTo(java.lang.String value)
Setter for refersTo Information about what object in your request this message refers to
-
getSeverity
public java.lang.String getSeverity()
Getter for severity A category that indicates how severely this message affects the results
-
setSeverity
public void setSeverity(java.lang.String value)
Setter for severity A category that indicates how severely this message affects the results
-
getSource
public java.lang.String getSource()
Getter for source The name of the code or service that generated this message
-
setSource
public void setSource(java.lang.String value)
Setter for source The name of the code or service that generated this message
-
toString
public java.lang.String toString()
Returns a JSON string representation of AvaTaxMessage- Overrides:
toString
in classjava.lang.Object
-
-