Interface MinimalAlertEntity
- All Known Implementing Classes:
SimpleMinimalAlertEntity
public interface MinimalAlertEntity
-
Method Summary
-
Method Details
-
getDetailsJsonLength
int getDetailsJsonLength()- Returns:
- the length in characters of the JSON details
-
getId
long getId()- Returns:
- the ID of the persisted entity
-
getIssueId
- Returns:
- the
IDof the alert's issue
-
getNodeName
- Returns:
- the alert's
Alert.getNodeName()node name
-
getTriggerPluginKey
- Returns:
- the alert trigger's
plugin key, orDiagnosticsConstants.PLUGIN_NOT_DETECTED_KEYif no trigger was detected
-
getTimestamp
- Returns:
- the alert's
Alert.getTimestamp()
-