@Beta
public class DiagnosticCodeDescription
extends java.lang.Object
Constructor and Description |
---|
DiagnosticCodeDescription() |
DiagnosticCodeDescription(java.lang.String href) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getHref()
A URI to open with more information about the diagnostic error.
|
int |
hashCode() |
void |
setHref(java.lang.String href)
A URI to open with more information about the diagnostic error.
|
java.lang.String |
toString() |
public DiagnosticCodeDescription()
public DiagnosticCodeDescription(java.lang.String href)
@Pure public java.lang.String getHref()
public void setHref(java.lang.String href)
@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