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 protected
AlertEntityImpl()
AlertEntityImpl(com.atlassian.diagnostics.Alert alert)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable String
getDetailsJson()
long
getId()
@NonNull String
getIssueComponentId()
@NonNull String
getIssueId()
@NonNull com.atlassian.diagnostics.Severity
getIssueSeverity()
@NonNull String
getNodeName()
@NonNull Instant
getTimestamp()
@Nullable String
getTriggerModule()
@NonNull String
getTriggerPluginKey()
@Nullable String
getTriggerPluginVersion()
-
-
-
Method Detail
-
getDetailsJson
public @Nullable String getDetailsJson()
- Specified by:
getDetailsJson
in interfacecom.atlassian.diagnostics.internal.dao.AlertEntity
-
getId
public long getId()
- Specified by:
getId
in interfacecom.atlassian.diagnostics.internal.dao.AlertEntity
-
getIssueId
public @NonNull String getIssueId()
- Specified by:
getIssueId
in interfacecom.atlassian.diagnostics.internal.dao.AlertEntity
-
getIssueComponentId
public @NonNull String getIssueComponentId()
- Specified by:
getIssueComponentId
in interfacecom.atlassian.diagnostics.internal.dao.AlertEntity
-
getIssueSeverity
public @NonNull com.atlassian.diagnostics.Severity getIssueSeverity()
- Specified by:
getIssueSeverity
in interfacecom.atlassian.diagnostics.internal.dao.AlertEntity
-
getNodeName
public @NonNull String getNodeName()
- Specified by:
getNodeName
in interfacecom.atlassian.diagnostics.internal.dao.AlertEntity
-
getTriggerModule
public @Nullable String getTriggerModule()
- Specified by:
getTriggerModule
in interfacecom.atlassian.diagnostics.internal.dao.AlertEntity
-
getTriggerPluginKey
public @NonNull String getTriggerPluginKey()
- Specified by:
getTriggerPluginKey
in interfacecom.atlassian.diagnostics.internal.dao.AlertEntity
-
getTriggerPluginVersion
public @Nullable String getTriggerPluginVersion()
- Specified by:
getTriggerPluginVersion
in interfacecom.atlassian.diagnostics.internal.dao.AlertEntity
-
getTimestamp
public @NonNull Instant getTimestamp()
- Specified by:
getTimestamp
in interfacecom.atlassian.diagnostics.internal.dao.AlertEntity
-
-