Class ArtifactInfo


  • public class ArtifactInfo
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ArtifactInfo​(java.lang.String artifactPath, java.util.Date downloadTimestamp)
      Construct ArtifactInfo object
    • Constructor Detail

      • ArtifactInfo

        public ArtifactInfo​(@NotNull
                            java.lang.String artifactPath,
                            @NotNull
                            java.util.Date downloadTimestamp)
        Construct ArtifactInfo object
        Parameters:
        artifactPath - artifact path
        downloadTimestamp - when this artifact was downloaded
    • Method Detail

      • getArtifactPath

        @NotNull
        public java.lang.String getArtifactPath()
        Path to artifact
        Returns:
        see above
      • getDownloadTimestamp

        @NotNull
        public java.util.Date getDownloadTimestamp()
        Download timestamp
        Returns:
        see above
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object