Interface ErrorGroupAggregatedData
public interface ErrorGroupAggregatedData
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getGroupId
UUID getGroupId() -
getErrorCount
Long getErrorCount() -
getErrorEvent
String getErrorEvent() -
getErrorPublisher
String getErrorPublisher() -
getErrorCode
String getErrorCode() -
getErrorMessage
String getErrorMessage() -
getFirstErrorAt
ZonedDateTime getFirstErrorAt() -
getLatestErrorAt
ZonedDateTime getLatestErrorAt() -
getTicketNumber
String getTicketNumber() -
getFreeText
String getFreeText()
-