public abstract class ImportDiagnostic
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
ImportDiagnostic(ImportDiagnosticSeverity severity)
Creates an instance with the given severity.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj_) |
abstract AppianErrorCode |
getErrorCode() |
abstract java.lang.String |
getMessage(java.util.Locale locale_)
Returns a localized message providing details on the diagnostic
|
ImportDiagnosticSeverity |
getSeverity()
Returns the
ImportDiagnosticSeverity of the diagnostic |
int |
hashCode() |
java.lang.String |
toString() |
protected ImportDiagnostic(ImportDiagnosticSeverity severity)
severity
- the severity associated with the diagnosticpublic abstract java.lang.String getMessage(java.util.Locale locale_)
locale_
- the Locale
used to localize the messagepublic abstract AppianErrorCode getErrorCode()
public ImportDiagnosticSeverity getSeverity()
ImportDiagnosticSeverity
of the diagnosticpublic boolean equals(java.lang.Object obj_)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.