Class DownloadArtifact

java.lang.Object
io.apicurio.registry.maven.DownloadArtifact

public class DownloadArtifact extends Object
  • Constructor Details

    • DownloadArtifact

      public DownloadArtifact()
      Constructor.
  • Method Details

    • getGroupId

      public String getGroupId()
      Returns:
      the groupId
    • setGroupId

      public void setGroupId(String groupId)
      Parameters:
      groupId - the groupId to set
    • getArtifactId

      public String getArtifactId()
      Returns:
      the artifactId
    • setArtifactId

      public void setArtifactId(String artifactId)
      Parameters:
      artifactId - the artifactId to set
    • getFile

      public File getFile()
      Returns:
      the file
    • setFile

      public void setFile(File file)
      Parameters:
      file - the file to set
    • getOverwrite

      public Boolean getOverwrite()
      Returns:
      the overwrite
    • setOverwrite

      public void setOverwrite(Boolean overwrite)
      Parameters:
      overwrite - the overwrite to set
    • getVersion

      public String getVersion()
      Returns:
      the version
    • setVersion

      public void setVersion(String version)
      Parameters:
      version - the version to set
    • getArtifactReferences

      public List<DownloadArtifact> getArtifactReferences()
      Returns:
      the artifactReferences
    • setArtifactReferences

      public void setArtifactReferences(List<DownloadArtifact> artifactReferences)
      Parameters:
      artifactReferences - the references to set