Class ErrorCodeOutputModel

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

public class ErrorCodeOutputModel
extends java.lang.Object
Model that has the matching count for an errorcode
  • Constructor Summary

    Constructors 
    Constructor Description
    ErrorCodeOutputModel()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Integer getCount()
    Getter for count Number of error code recorded
    java.lang.String getErrorCode()
    Getter for errorCode Name of the error code
    void setCount​(java.lang.Integer value)
    Setter for count Number of error code recorded
    void setErrorCode​(java.lang.String value)
    Setter for errorCode Name of the error code
    java.lang.String toString()
    Returns a JSON string representation of ErrorCodeOutputModel

    Methods inherited from class java.lang.Object

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

  • Method Details

    • getErrorCode

      public java.lang.String getErrorCode()
      Getter for errorCode Name of the error code
    • setErrorCode

      public void setErrorCode​(java.lang.String value)
      Setter for errorCode Name of the error code
    • getCount

      public java.lang.Integer getCount()
      Getter for count Number of error code recorded
    • setCount

      public void setCount​(java.lang.Integer value)
      Setter for count Number of error code recorded
    • toString

      public java.lang.String toString()
      Returns a JSON string representation of ErrorCodeOutputModel
      Overrides:
      toString in class java.lang.Object