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 -
Method Summary
-
Constructor Details
-
AlertEntityImpl
protected AlertEntityImpl() -
AlertEntityImpl
public AlertEntityImpl(com.atlassian.diagnostics.Alert alert)
-
-
Method Details
-
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
- Specified by:
getIssueId
in interfacecom.atlassian.diagnostics.internal.dao.AlertEntity
-
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
-
getIssueSeverityId
protected int getIssueSeverityId() -
getNodeName
- Specified by:
getNodeName
in interfacecom.atlassian.diagnostics.internal.dao.AlertEntity
-
getTriggerModule
- Specified by:
getTriggerModule
in interfacecom.atlassian.diagnostics.internal.dao.AlertEntity
-
getTriggerPluginKey
- Specified by:
getTriggerPluginKey
in interfacecom.atlassian.diagnostics.internal.dao.AlertEntity
-
getTriggerPluginVersion
- Specified by:
getTriggerPluginVersion
in interfacecom.atlassian.diagnostics.internal.dao.AlertEntity
-
getTimestamp
- Specified by:
getTimestamp
in interfacecom.atlassian.diagnostics.internal.dao.AlertEntity
-