Class ErrorCodeOutputModel


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

      All Methods Instance Methods Concrete Methods 
      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 Detail

      • ErrorCodeOutputModel

        public ErrorCodeOutputModel()
    • Method Detail

      • 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