Package io.apicurio.registry.maven
Class ExistingReference
java.lang.Object
io.apicurio.registry.maven.ExistingReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setArtifactId
(String artifactId) void
setGroupId
(String groupId) void
setResourceName
(String resourceName) void
setVersion
(String version)
-
Constructor Details
-
ExistingReference
public ExistingReference()Constructor.
-
-
Method Details
-
getGroupId
- Returns:
- the groupId
-
setGroupId
- Parameters:
groupId
- the groupId to set
-
getArtifactId
- Returns:
- the artifactId
-
setArtifactId
- Parameters:
artifactId
- the artifactId to set
-
getResourceName
- Returns:
- the resourceName
-
setResourceName
- Parameters:
resourceName
- the resourceName to set
-
getVersion
- Returns:
- the version
-
setVersion
- Parameters:
version
- the version to set
-