public class RelatedUnchangedDocumentDiagnosticReport extends UnchangedDocumentDiagnosticReport
Since 3.17.0
| Constructor and Description |
|---|
RelatedUnchangedDocumentDiagnosticReport() |
RelatedUnchangedDocumentDiagnosticReport(java.lang.String resultId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.Map<java.lang.String,org.eclipse.lsp4j.jsonrpc.messages.Either<FullDocumentDiagnosticReport,UnchangedDocumentDiagnosticReport>> |
getRelatedDocuments()
Diagnostics of related documents.
|
int |
hashCode() |
void |
setRelatedDocuments(java.util.Map<java.lang.String,org.eclipse.lsp4j.jsonrpc.messages.Either<FullDocumentDiagnosticReport,UnchangedDocumentDiagnosticReport>> relatedDocuments)
Diagnostics of related documents.
|
java.lang.String |
toString() |
getKind, getResultId, setResultIdpublic RelatedUnchangedDocumentDiagnosticReport()
public RelatedUnchangedDocumentDiagnosticReport(java.lang.String resultId)
@Pure public java.util.Map<java.lang.String,org.eclipse.lsp4j.jsonrpc.messages.Either<FullDocumentDiagnosticReport,UnchangedDocumentDiagnosticReport>> getRelatedDocuments()
public void setRelatedDocuments(java.util.Map<java.lang.String,org.eclipse.lsp4j.jsonrpc.messages.Either<FullDocumentDiagnosticReport,UnchangedDocumentDiagnosticReport>> relatedDocuments)
@Pure public java.lang.String toString()
toString in class UnchangedDocumentDiagnosticReport@Pure public boolean equals(java.lang.Object obj)
equals in class UnchangedDocumentDiagnosticReport@Pure public int hashCode()
hashCode in class UnchangedDocumentDiagnosticReport