Class ArtifactRuleEntity
- java.lang.Object
-
- io.apicurio.registry.utils.impexp.Entity
-
- io.apicurio.registry.utils.impexp.ArtifactRuleEntity
-
public class ArtifactRuleEntity extends Entity
- Author:
- eric.wittmann@gmail.com
-
-
Field Summary
Fields Modifier and Type Field Description String
artifactId
String
configuration
String
groupId
RuleType
type
-
Constructor Summary
Constructors Constructor Description ArtifactRuleEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntityType
getEntityType()
-
-
-
Method Detail
-
getEntityType
public EntityType getEntityType()
- Specified by:
getEntityType
in classEntity
- See Also:
Entity.getEntityType()
-
-