Class SimpleMinimalAlertEntity
java.lang.Object
com.atlassian.diagnostics.internal.dao.SimpleMinimalAlertEntity
- All Implemented Interfaces:
MinimalAlertEntity
-
Constructor Details
-
SimpleMinimalAlertEntity
-
-
Method Details
-
equals
-
getDetailsJsonLength
public int getDetailsJsonLength()- Specified by:
getDetailsJsonLengthin interfaceMinimalAlertEntity- Returns:
- the length in characters of the JSON details
-
getId
public long getId()- Specified by:
getIdin interfaceMinimalAlertEntity- Returns:
- the ID of the persisted entity
-
getIssueId
- Specified by:
getIssueIdin interfaceMinimalAlertEntity- Returns:
- the
IDof the alert's issue
-
getNodeName
- Specified by:
getNodeNamein interfaceMinimalAlertEntity- Returns:
- the alert's
Alert.getNodeName()node name
-
getTimestamp
- Specified by:
getTimestampin interfaceMinimalAlertEntity- Returns:
- the alert's
Alert.getTimestamp()
-
getTriggerPluginKey
- Specified by:
getTriggerPluginKeyin interfaceMinimalAlertEntity- Returns:
- the alert trigger's
plugin key, orDiagnosticsConstants.PLUGIN_NOT_DETECTED_KEYif no trigger was detected
-
hashCode
public int hashCode()
-