public class DefaultAlertEntity extends Object implements com.atlassian.diagnostics.internal.dao.AlertEntity
Constructor and Description |
---|
DefaultAlertEntity(long id,
String issueId,
String issueComponentId,
String detailsJson,
com.atlassian.diagnostics.Severity issueSeverity,
String nodeName,
java.time.Instant timestamp,
String triggerModule,
String triggerPluginKey,
String triggerPluginVersion) |
Modifier and Type | Method and Description |
---|---|
String |
getDetailsJson() |
long |
getId() |
String |
getIssueComponentId() |
String |
getIssueId() |
com.atlassian.diagnostics.Severity |
getIssueSeverity() |
String |
getNodeName() |
java.time.Instant |
getTimestamp() |
String |
getTriggerModule() |
String |
getTriggerPluginKey() |
String |
getTriggerPluginVersion() |
public long getId()
getId
in interface com.atlassian.diagnostics.internal.dao.AlertEntity
@Nonnull public String getIssueId()
getIssueId
in interface com.atlassian.diagnostics.internal.dao.AlertEntity
@Nonnull public String getIssueComponentId()
getIssueComponentId
in interface com.atlassian.diagnostics.internal.dao.AlertEntity
@Nullable public String getDetailsJson()
getDetailsJson
in interface com.atlassian.diagnostics.internal.dao.AlertEntity
@Nonnull public com.atlassian.diagnostics.Severity getIssueSeverity()
getIssueSeverity
in interface com.atlassian.diagnostics.internal.dao.AlertEntity
@Nonnull public String getNodeName()
getNodeName
in interface com.atlassian.diagnostics.internal.dao.AlertEntity
@Nonnull public java.time.Instant getTimestamp()
getTimestamp
in interface com.atlassian.diagnostics.internal.dao.AlertEntity
@Nullable public String getTriggerModule()
getTriggerModule
in interface com.atlassian.diagnostics.internal.dao.AlertEntity
@Nonnull public String getTriggerPluginKey()
getTriggerPluginKey
in interface com.atlassian.diagnostics.internal.dao.AlertEntity
Copyright © 2002-2022 Atlassian. All Rights Reserved.