Class AvaTaxMessage
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.AvaTaxMessage
-
public class AvaTaxMessage extends java.lang.ObjectInformational 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.StringgetDetails()Getter for details Detailed information that explains what the summary providedjava.lang.StringgetRefersTo()Getter for refersTo Information about what object in your request this message refers tojava.lang.StringgetSeverity()Getter for severity A category that indicates how severely this message affects the resultsjava.lang.StringgetSource()Getter for source The name of the code or service that generated this messagejava.lang.StringgetSummary()Getter for summary A brief summary of what this message tells usvoidsetDetails(java.lang.String value)Setter for details Detailed information that explains what the summary providedvoidsetRefersTo(java.lang.String value)Setter for refersTo Information about what object in your request this message refers tovoidsetSeverity(java.lang.String value)Setter for severity A category that indicates how severely this message affects the resultsvoidsetSource(java.lang.String value)Setter for source The name of the code or service that generated this messagevoidsetSummary(java.lang.String value)Setter for summary A brief summary of what this message tells usjava.lang.StringtoString()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:
toStringin classjava.lang.Object
-
-