Class 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 provided
      java.lang.String getRefersTo()
      Getter for refersTo Information about what object in your request this message refers to
      java.lang.String getSeverity()
      Getter for severity A category that indicates how severely this message affects the results
      java.lang.String getSource()
      Getter for source The name of the code or service that generated this message
      java.lang.String getSummary()
      Getter for summary A brief summary of what this message tells us
      void setDetails​(java.lang.String value)
      Setter for details Detailed information that explains what the summary provided
      void setRefersTo​(java.lang.String value)
      Setter for refersTo Information about what object in your request this message refers to
      void setSeverity​(java.lang.String value)
      Setter for severity A category that indicates how severely this message affects the results
      void setSource​(java.lang.String value)
      Setter for source The name of the code or service that generated this message
      void setSummary​(java.lang.String value)
      Setter for summary A brief summary of what this message tells us
      java.lang.String toString()
      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 Detail

      • AvaTaxMessage

        public 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 class java.lang.Object