Class ErrorRow

  • All Implemented Interfaces:
    java.io.Serializable

    public class ErrorRow
    extends java.lang.Object
    implements java.io.Serializable
    POJO class used to store summary counts per error code. Used by the AieSystemAuditApi.
    See Also:
    Serialized Form
    • Constructor Detail

      • ErrorRow

        public ErrorRow​(ErrorCode code,
                        java.lang.String message,
                        java.lang.String exception)
    • Method Detail

      • getCount

        public int getCount()
      • incrementCount

        public void incrementCount()
      • getException

        public java.lang.String getException()
      • getMessage

        public java.lang.String getMessage()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object