Class RuleViolationCause
- java.lang.Object
-
- io.apicurio.registry.rest.v2.beans.RuleViolationCause
-
@Generated("jsonschema2pojo") public class RuleViolationCause extends Object
Root Type for RuleViolationCause
-
-
Constructor Summary
Constructors Constructor Description RuleViolationCause()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContext()
String
getDescription()
void
setContext(String context)
void
setDescription(String description)
-