public class AlertEntityImpl extends Object implements com.atlassian.diagnostics.internal.dao.AlertEntity
| Modifier | Constructor and Description | 
|---|---|
| protected  | AlertEntityImpl() | 
|   | AlertEntityImpl(com.atlassian.diagnostics.Alert alert) | 
| Modifier and Type | Method and 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() | 
protected AlertEntityImpl()
public AlertEntityImpl(com.atlassian.diagnostics.Alert alert)
public @Nullable String getDetailsJson()
getDetailsJson in interface com.atlassian.diagnostics.internal.dao.AlertEntitypublic long getId()
getId in interface com.atlassian.diagnostics.internal.dao.AlertEntitypublic @NonNull String getIssueId()
getIssueId in interface com.atlassian.diagnostics.internal.dao.AlertEntitypublic @NonNull String getIssueComponentId()
getIssueComponentId in interface com.atlassian.diagnostics.internal.dao.AlertEntitypublic @NonNull com.atlassian.diagnostics.Severity getIssueSeverity()
getIssueSeverity in interface com.atlassian.diagnostics.internal.dao.AlertEntitypublic @NonNull String getNodeName()
getNodeName in interface com.atlassian.diagnostics.internal.dao.AlertEntitypublic @Nullable String getTriggerModule()
getTriggerModule in interface com.atlassian.diagnostics.internal.dao.AlertEntitypublic @NonNull String getTriggerPluginKey()
getTriggerPluginKey in interface com.atlassian.diagnostics.internal.dao.AlertEntitypublic @Nullable String getTriggerPluginVersion()
getTriggerPluginVersion in interface com.atlassian.diagnostics.internal.dao.AlertEntitypublic @NonNull Instant getTimestamp()
getTimestamp in interface com.atlassian.diagnostics.internal.dao.AlertEntityCopyright © 2003–2021 Atlassian. All rights reserved.