Class RegisterArtifact

java.lang.Object
io.apicurio.registry.maven.RegisterArtifact
Direct Known Subclasses:
RegisterArtifactReference

public class RegisterArtifact extends Object
  • Constructor Details

    • RegisterArtifact

      public RegisterArtifact()
      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
    • getIfExists

      public io.apicurio.registry.rest.v3.beans.IfArtifactExists getIfExists()
      Returns:
      the ifExists
    • setIfExists

      public void setIfExists(io.apicurio.registry.rest.v3.beans.IfArtifactExists ifExists)
      Parameters:
      ifExists - the ifExists to set
    • getCanonicalize

      public Boolean getCanonicalize()
      Returns:
      the canonicalize
    • setCanonicalize

      public void setCanonicalize(Boolean canonicalize)
      Parameters:
      canonicalize - the canonicalize to set
    • getMinify

      public Boolean getMinify()
      Returns:
      the minify
    • setMinify

      public void setMinify(Boolean minify)
      Parameters:
      minify - the minify to set
    • getArtifactType

      public String getArtifactType()
      Returns:
      the artifactType
    • setArtifactType

      public void setArtifactType(String artifactType)
      Parameters:
      artifactType - the artifact type to set
    • getVersion

      public String getVersion()
      Returns:
      the version
    • setVersion

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

      public String getContentType()
      Returns:
      the content type
    • setContentType

      public void setContentType(String contentType)
      Parameters:
      contentType - the contentType to set
    • getReferences

      public List<RegisterArtifactReference> getReferences()
      Returns:
      the referenced artifacts
    • setReferences

      public void setReferences(List<RegisterArtifactReference> references)
      Parameters:
      references - the references to set
    • getAnalyzeDirectory

      public Boolean getAnalyzeDirectory()
    • setAnalyzeDirectory

      public void setAnalyzeDirectory(Boolean analyzeDirectory)
    • getAutoRefs

      public Boolean getAutoRefs()
    • setAutoRefs

      public void setAutoRefs(Boolean autoRefs)
    • getExistingReferences

      public List<ExistingReference> getExistingReferences()
    • setExistingReferences

      public void setExistingReferences(List<ExistingReference> existingReferences)