public class DocumentDiagnosticReport extends org.eclipse.lsp4j.jsonrpc.messages.Either<RelatedFullDocumentDiagnosticReport,RelatedUnchangedDocumentDiagnosticReport>
Since 3.17.0
| Constructor and Description |
|---|
DocumentDiagnosticReport(RelatedFullDocumentDiagnosticReport relatedFullDocumentDiagnosticReport) |
DocumentDiagnosticReport(RelatedUnchangedDocumentDiagnosticReport relatedUnchangedDocumentDiagnosticReport) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
RelatedFullDocumentDiagnosticReport |
getRelatedFullDocumentDiagnosticReport() |
RelatedUnchangedDocumentDiagnosticReport |
getRelatedUnchangedDocumentDiagnosticReport() |
int |
hashCode() |
boolean |
isRelatedFullDocumentDiagnosticReport() |
boolean |
isRelatedUnchangedDocumentDiagnosticReport() |
java.lang.String |
toString() |
public DocumentDiagnosticReport(RelatedFullDocumentDiagnosticReport relatedFullDocumentDiagnosticReport)
public DocumentDiagnosticReport(RelatedUnchangedDocumentDiagnosticReport relatedUnchangedDocumentDiagnosticReport)
public RelatedFullDocumentDiagnosticReport getRelatedFullDocumentDiagnosticReport()
public boolean isRelatedFullDocumentDiagnosticReport()
public RelatedUnchangedDocumentDiagnosticReport getRelatedUnchangedDocumentDiagnosticReport()
public boolean isRelatedUnchangedDocumentDiagnosticReport()
@Pure public java.lang.String toString()
toString in class org.eclipse.lsp4j.jsonrpc.messages.Either<RelatedFullDocumentDiagnosticReport,RelatedUnchangedDocumentDiagnosticReport>@Pure public boolean equals(java.lang.Object obj)
equals in class org.eclipse.lsp4j.jsonrpc.messages.Either<RelatedFullDocumentDiagnosticReport,RelatedUnchangedDocumentDiagnosticReport>@Pure public int hashCode()
hashCode in class org.eclipse.lsp4j.jsonrpc.messages.Either<RelatedFullDocumentDiagnosticReport,RelatedUnchangedDocumentDiagnosticReport>