Class AvaTaxMessage

java.lang.Object
net.avalara.avatax.rest.client.models.AvaTaxMessage

public class AvaTaxMessage extends Object
Informational or warning messages returned by AvaTax with a transaction
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Getter for details Detailed information that explains what the summary provided
    Getter for refersTo Information about what object in your request this message refers to
    Getter for severity A category that indicates how severely this message affects the results
    Getter for source The name of the code or service that generated this message
    Getter for summary A brief summary of what this message tells us
    void
    Setter for details Detailed information that explains what the summary provided
    void
    Setter for refersTo Information about what object in your request this message refers to
    void
    Setter for severity A category that indicates how severely this message affects the results
    void
    Setter for source The name of the code or service that generated this message
    void
    Setter for summary A brief summary of what this message tells us
    Returns a JSON string representation of AvaTaxMessage

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • AvaTaxMessage

      public AvaTaxMessage()
  • Method Details

    • getSummary

      public String getSummary()
      Getter for summary A brief summary of what this message tells us
    • setSummary

      public void setSummary(String value)
      Setter for summary A brief summary of what this message tells us
    • getDetails

      public String getDetails()
      Getter for details Detailed information that explains what the summary provided
    • setDetails

      public void setDetails(String value)
      Setter for details Detailed information that explains what the summary provided
    • getRefersTo

      public String getRefersTo()
      Getter for refersTo Information about what object in your request this message refers to
    • setRefersTo

      public void setRefersTo(String value)
      Setter for refersTo Information about what object in your request this message refers to
    • getSeverity

      public String getSeverity()
      Getter for severity A category that indicates how severely this message affects the results
    • setSeverity

      public void setSeverity(String value)
      Setter for severity A category that indicates how severely this message affects the results
    • getSource

      public String getSource()
      Getter for source The name of the code or service that generated this message
    • setSource

      public void setSource(String value)
      Setter for source The name of the code or service that generated this message
    • toString

      public String toString()
      Returns a JSON string representation of AvaTaxMessage
      Overrides:
      toString in class Object