Class AlertEntityImpl
- java.lang.Object
-
- com.atlassian.confluence.internal.diagnostics.persistence.dao.hibernate.AlertEntityImpl
-
- All Implemented Interfaces:
com.atlassian.diagnostics.internal.dao.AlertEntity
public class AlertEntityImpl extends Object implements com.atlassian.diagnostics.internal.dao.AlertEntity
- Since:
- 6.10
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAlertEntityImpl()AlertEntityImpl(com.atlassian.diagnostics.Alert alert)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable StringgetDetailsJson()longgetId()@NonNull StringgetIssueComponentId()@NonNull StringgetIssueId()@NonNull com.atlassian.diagnostics.SeveritygetIssueSeverity()@NonNull StringgetNodeName()@NonNull InstantgetTimestamp()@Nullable StringgetTriggerModule()@NonNull StringgetTriggerPluginKey()@Nullable StringgetTriggerPluginVersion()
-
-
-
Method Detail
-
getDetailsJson
public @Nullable String getDetailsJson()
- Specified by:
getDetailsJsonin interfacecom.atlassian.diagnostics.internal.dao.AlertEntity
-
getId
public long getId()
- Specified by:
getIdin interfacecom.atlassian.diagnostics.internal.dao.AlertEntity
-
getIssueId
public @NonNull String getIssueId()
- Specified by:
getIssueIdin interfacecom.atlassian.diagnostics.internal.dao.AlertEntity
-
getIssueComponentId
public @NonNull String getIssueComponentId()
- Specified by:
getIssueComponentIdin interfacecom.atlassian.diagnostics.internal.dao.AlertEntity
-
getIssueSeverity
public @NonNull com.atlassian.diagnostics.Severity getIssueSeverity()
- Specified by:
getIssueSeverityin interfacecom.atlassian.diagnostics.internal.dao.AlertEntity
-
getNodeName
public @NonNull String getNodeName()
- Specified by:
getNodeNamein interfacecom.atlassian.diagnostics.internal.dao.AlertEntity
-
getTriggerModule
public @Nullable String getTriggerModule()
- Specified by:
getTriggerModulein interfacecom.atlassian.diagnostics.internal.dao.AlertEntity
-
getTriggerPluginKey
public @NonNull String getTriggerPluginKey()
- Specified by:
getTriggerPluginKeyin interfacecom.atlassian.diagnostics.internal.dao.AlertEntity
-
getTriggerPluginVersion
public @Nullable String getTriggerPluginVersion()
- Specified by:
getTriggerPluginVersionin interfacecom.atlassian.diagnostics.internal.dao.AlertEntity
-
getTimestamp
public @NonNull Instant getTimestamp()
- Specified by:
getTimestampin interfacecom.atlassian.diagnostics.internal.dao.AlertEntity
-
-