DiagnosticEntry
Overview
DiagnosticEntry is a class in Aspose.Cells FOSS for Java.
Represents a diagnostic entry with details about a problem or warning.
This class provides 10 methods for working with DiagnosticEntry objects in Java programs.
Available methods include: getCode, getDataLossRisk, getMessage, getRepairApplied, getSeverity, setCode, setDataLossRisk, setMessage, setRepairApplied, setSeverity.
All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package.
Properties: code, dataLossRisk, message, repairApplied, severity.
Description
DiagnosticEntry is a class in the Aspose.Cells FOSS library for Java that exposes 10 methods and 5 properties for programmatic use.
Core capabilities include: string; diagnosticseverity; string. These operations enable developers to integrate diagnosticentry functionality directly into Java applications.
The class also provides the code property (returns the code), the severity property (returns the severity), the message property (returns the message).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
code | String | Read | Returns the code. |
severity | DiagnosticSeverity | Read | Returns the severity. |
message | String | Read | Returns the message. |
repairApplied | boolean | Read | Returns the repair applied. |
dataLossRisk | boolean | Read | Returns the data loss risk. |
Methods
| Signature | Description |
|---|---|
getCode() → String | Returns the code. |
setCode(code: String) | Sets the code. |
getSeverity() → DiagnosticSeverity | Returns the severity. |
setSeverity(severity: DiagnosticSeverity) | Sets the severity. |
getMessage() → String | Returns the message. |
setMessage(message: String) | Sets the message. |
getRepairApplied() → boolean | Returns the repair applied. |
setRepairApplied(repairApplied: boolean) | Sets the repair applied. |
getDataLossRisk() → boolean | Returns the data loss risk. |
setDataLossRisk(dataLossRisk: boolean) | Sets the data loss risk. |