Class BaseExceptionRecordSummary<PK extends BaseExceptionRecordSummaryKey<PK>,D extends BaseExceptionRecordSummary<PK,D>>
java.lang.Object
io.datarouter.model.databean.BaseDatabean<PK,D>
io.datarouter.exception.storage.summary.BaseExceptionRecordSummary<PK,D>
- All Implemented Interfaces:
io.datarouter.model.databean.Databean<PK,D>,Comparable<io.datarouter.model.databean.Databean<?,?>>
- Direct Known Subclasses:
ExceptionRecordSummary
public abstract class BaseExceptionRecordSummary<PK extends BaseExceptionRecordSummaryKey<PK>,D extends BaseExceptionRecordSummary<PK,D>>
extends io.datarouter.model.databean.BaseDatabean<PK,D>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBaseExceptionRecordSummary.BaseExceptionRecordSummaryFielder<PK extends BaseExceptionRecordSummaryKey<PK>,D extends BaseExceptionRecordSummary<PK,D>>static classBaseExceptionRecordSummary.FieldKeys -
Field Summary
-
Constructor Summary
Constructors Constructor Description BaseExceptionRecordSummary(PK key, Long numExceptions, String sampleExceptionRecordId) -
Method Summary
Modifier and Type Method Description LonggetNumExceptions()StringgetSampleExceptionRecordId()Methods inherited from class io.datarouter.model.databean.BaseDatabean
compareTo, equals, getDatabeanName, getKey, getKeyFieldName, getKeyFields, hashCode, toString