public final class Specification
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Specification.SpecificationBuilder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.net.URL |
getLatestVersionUrl()
Address to the latest version of this specification.
|
java.time.LocalDate |
getReleaseDate()
The release date of the specification document.
|
DocumentStatus |
getStatus()
An object indicating the status of the specification document.
|
java.net.URL |
getUrl()
Address to this version of the specification.
|
int |
hashCode() |
java.lang.String |
toString() |
public java.net.URL getUrl()
public java.net.URL getLatestVersionUrl()
public DocumentStatus getStatus()
public java.time.LocalDate getReleaseDate()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object