public class ArtifactInfo
extends java.lang.Object
| Constructor and Description |
|---|
ArtifactInfo(java.lang.String artifactPath,
java.util.Date downloadTimestamp)
Construct ArtifactInfo object
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getArtifactPath()
Path to artifact
|
java.util.Date |
getDownloadTimestamp()
Download timestamp
|
int |
hashCode() |
public ArtifactInfo(@NotNull
java.lang.String artifactPath,
@NotNull
java.util.Date downloadTimestamp)
artifactPath - artifact pathdownloadTimestamp - when this artifact was downloaded@NotNull public java.lang.String getArtifactPath()
@NotNull public java.util.Date getDownloadTimestamp()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object