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.AlertEntity
public long getId()
getId
in interface com.atlassian.diagnostics.internal.dao.AlertEntity
public @NonNull String getIssueId()
getIssueId
in interface com.atlassian.diagnostics.internal.dao.AlertEntity
public @NonNull String getIssueComponentId()
getIssueComponentId
in interface com.atlassian.diagnostics.internal.dao.AlertEntity
public @NonNull com.atlassian.diagnostics.Severity getIssueSeverity()
getIssueSeverity
in interface com.atlassian.diagnostics.internal.dao.AlertEntity
public @NonNull String getNodeName()
getNodeName
in interface com.atlassian.diagnostics.internal.dao.AlertEntity
public @Nullable String getTriggerModule()
getTriggerModule
in interface com.atlassian.diagnostics.internal.dao.AlertEntity
public @NonNull String getTriggerPluginKey()
getTriggerPluginKey
in interface com.atlassian.diagnostics.internal.dao.AlertEntity
public @Nullable String getTriggerPluginVersion()
getTriggerPluginVersion
in interface com.atlassian.diagnostics.internal.dao.AlertEntity
public @NonNull Instant getTimestamp()
getTimestamp
in interface com.atlassian.diagnostics.internal.dao.AlertEntity
Copyright © 2003–2020 Atlassian. All rights reserved.