Class ErrorCodeOutputModel

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

public class ErrorCodeOutputModel extends Object
Model that has the matching count for an errorcode
  • Constructor Details

    • ErrorCodeOutputModel

      public ErrorCodeOutputModel()
  • Method Details

    • getErrorCode

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

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

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

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

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