Class Artifact


  • public class Artifact
    extends Object
    An artifact
    • Constructor Detail

      • Artifact

        public Artifact()
    • Method Detail

      • getPath

        public String getPath()
        The artifact path.
        Returns:
        path
      • setPath

        public void setPath​(String path)
      • getNodeIndex

        public Long getNodeIndex()
        The index of the node that stored the artifact. minimum: 0
        Returns:
        nodeIndex
      • setNodeIndex

        public void setNodeIndex​(Long nodeIndex)
      • getUrl

        public String getUrl()
        The URL to download the artifact contents.
        Returns:
        url
      • setUrl

        public void setUrl​(String url)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object