Package io.apicurio.registry.events.dto
Class ArtifactRuleChange
- java.lang.Object
-
- io.apicurio.registry.events.dto.ArtifactId
-
- io.apicurio.registry.events.dto.ArtifactRuleChange
-
public class ArtifactRuleChange extends ArtifactId
- Author:
- Fabian Martinez
-
-
Constructor Summary
Constructors Constructor Description ArtifactRuleChange()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getRule()
void
setRule(String rule)
-
Methods inherited from class io.apicurio.registry.events.dto.ArtifactId
getArtifactId, getGroupId, getVersion, setArtifactId, setGroupId, setVersion
-
-