public final class Implementation
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
@NonNull java.lang.String |
getGitCommit()
The commit ID of the source code the library was built from, if known.
|
@NonNull java.net.URL |
getSourceCodeUrl()
Address to where the source code for this library can be found.
|
@NonNull java.lang.String |
getVersion()
The version number of this release of the library.
|
int |
hashCode() |
java.lang.String |
toString() |
@NonNull public @NonNull java.lang.String getVersion()
@NonNull public @NonNull java.net.URL getSourceCodeUrl()
@NonNull public @NonNull java.lang.String getGitCommit()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object