Package com.attivio.platform.store.audit
Class ErrorRow
- java.lang.Object
-
- com.attivio.platform.store.audit.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 theAieSystemAuditApi
.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
ErrorCode
getCode()
int
getCount()
java.lang.String
getException()
java.lang.String
getMessage()
int
hashCode()
void
incrementCount()
-
-
-
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()
-
getCode
public ErrorCode getCode()
-
getException
public java.lang.String getException()
-
getMessage
public java.lang.String getMessage()
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
-