public class DocumentDiagnosticReportPartialResult
extends java.lang.Object
Since 3.17.0
| Constructor and Description |
|---|
DocumentDiagnosticReportPartialResult(java.util.Map<java.lang.String,org.eclipse.lsp4j.jsonrpc.messages.Either<FullDocumentDiagnosticReport,UnchangedDocumentDiagnosticReport>> relatedDocuments) |
| 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() |
int |
hashCode() |
void |
setRelatedDocuments(java.util.Map<java.lang.String,org.eclipse.lsp4j.jsonrpc.messages.Either<FullDocumentDiagnosticReport,UnchangedDocumentDiagnosticReport>> relatedDocuments) |
java.lang.String |
toString() |
public DocumentDiagnosticReportPartialResult(java.util.Map<java.lang.String,org.eclipse.lsp4j.jsonrpc.messages.Either<FullDocumentDiagnosticReport,UnchangedDocumentDiagnosticReport>> relatedDocuments)
@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 java.lang.Object@Pure public boolean equals(java.lang.Object obj)
equals in class java.lang.Object@Pure public int hashCode()
hashCode in class java.lang.Object