Package org.eclipse.lsp4j
Class DocumentDiagnosticReportPartialResult
- java.lang.Object
-
- org.eclipse.lsp4j.DocumentDiagnosticReportPartialResult
-
public class DocumentDiagnosticReportPartialResult extends java.lang.ObjectA partial result for a document diagnostic report.Since 3.17.0
-
-
Constructor Summary
Constructors Constructor Description DocumentDiagnosticReportPartialResult(java.util.Map<java.lang.String,org.eclipse.lsp4j.jsonrpc.messages.Either<FullDocumentDiagnosticReport,UnchangedDocumentDiagnosticReport>> relatedDocuments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.util.Map<java.lang.String,org.eclipse.lsp4j.jsonrpc.messages.Either<FullDocumentDiagnosticReport,UnchangedDocumentDiagnosticReport>>getRelatedDocuments()inthashCode()voidsetRelatedDocuments(java.util.Map<java.lang.String,org.eclipse.lsp4j.jsonrpc.messages.Either<FullDocumentDiagnosticReport,UnchangedDocumentDiagnosticReport>> relatedDocuments)java.lang.StringtoString()
-
-
-
Constructor Detail
-
DocumentDiagnosticReportPartialResult
public DocumentDiagnosticReportPartialResult(java.util.Map<java.lang.String,org.eclipse.lsp4j.jsonrpc.messages.Either<FullDocumentDiagnosticReport,UnchangedDocumentDiagnosticReport>> relatedDocuments)
-
-
Method Detail
-
getRelatedDocuments
public java.util.Map<java.lang.String,org.eclipse.lsp4j.jsonrpc.messages.Either<FullDocumentDiagnosticReport,UnchangedDocumentDiagnosticReport>> getRelatedDocuments()
-
setRelatedDocuments
public void setRelatedDocuments(java.util.Map<java.lang.String,org.eclipse.lsp4j.jsonrpc.messages.Either<FullDocumentDiagnosticReport,UnchangedDocumentDiagnosticReport>> relatedDocuments)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-