Package org.eclipse.lsp4j
Class DiagnosticCodeDescription
- java.lang.Object
-
- org.eclipse.lsp4j.DiagnosticCodeDescription
-
public class DiagnosticCodeDescription extends java.lang.ObjectStructure to capture a description for an error code.Since 3.16.0
-
-
Constructor Summary
Constructors Constructor Description DiagnosticCodeDescription()DiagnosticCodeDescription(java.lang.String href)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringgetHref()A URI to open with more information about the diagnostic error.inthashCode()voidsetHref(java.lang.String href)A URI to open with more information about the diagnostic error.java.lang.StringtoString()
-
-
-
Method Detail
-
getHref
public java.lang.String getHref()
A URI to open with more information about the diagnostic error.
-
setHref
public void setHref(java.lang.String href)
A URI to open with more information about the diagnostic error.
-
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
-
-