Class Artifact

    • Constructor Detail

      • Artifact

        public Artifact()
    • Method Detail

      • getArtifactId

        public String getArtifactId()
        Get the artifactId field.
        Returns:
        String
      • getClassifier

        public String getClassifier()
        Get the classifier field.
        Returns:
        String
      • getFileHash

        public String getFileHash()
        Get the fileHash field.
        Returns:
        String
      • getFileName

        public String getFileName()
        Get the fileName field.
        Returns:
        String
      • getFilePath

        public String getFilePath()
        Get the filePath field.
        Returns:
        String
      • getFileSize

        public long getFileSize()
        Get the fileSize field.
        Returns:
        long
      • getGroupId

        public String getGroupId()
        Get the groupId field.
        Returns:
        String
      • getScope

        public String getScope()
        Get the scope field.
        Returns:
        String
      • getType

        public String getType()
        Get the type field.
        Returns:
        String
      • getVersion

        public String getVersion()
        Get the version field.
        Returns:
        String
      • setArtifactId

        public void setArtifactId​(String artifactId)
        Set the artifactId field.
        Parameters:
        artifactId - a artifactId object.
      • setClassifier

        public void setClassifier​(String classifier)
        Set the classifier field.
        Parameters:
        classifier - a classifier object.
      • setFileHash

        public void setFileHash​(String fileHash)
        Set the fileHash field.
        Parameters:
        fileHash - a fileHash object.
      • setFileName

        public void setFileName​(String fileName)
        Set the fileName field.
        Parameters:
        fileName - a fileName object.
      • setFilePath

        public void setFilePath​(String filePath)
        Set the filePath field.
        Parameters:
        filePath - a filePath object.
      • setFileSize

        public void setFileSize​(long fileSize)
        Set the fileSize field.
        Parameters:
        fileSize - a fileSize object.
      • setGroupId

        public void setGroupId​(String groupId)
        Set the groupId field.
        Parameters:
        groupId - a groupId object.
      • setScope

        public void setScope​(String scope)
        Set the scope field.
        Parameters:
        scope - a scope object.
      • setType

        public void setType​(String type)
        Set the type field.
        Parameters:
        type - a type object.
      • setVersion

        public void setVersion​(String version)
        Set the version field.
        Parameters:
        version - a version object.