Class SchemaModificationPatch
- java.lang.Object
-
- io.apicurio.registry.ibmcompat.model.SchemaModificationPatch
-
- Direct Known Subclasses:
EnabledModification,StateModification
public abstract class SchemaModificationPatch extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSchemaModificationPatch.OpEnumGets or Sets opstatic classSchemaModificationPatch.PathEnumGets or Sets path
-
Constructor Summary
Constructors Constructor Description SchemaModificationPatch()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@NotNull SchemaModificationPatch.OpEnumgetOp()@NotNull SchemaModificationPatch.PathEnumgetPath()abstract @NotNull ObjectgetValue()inthashCode()voidsetOp(SchemaModificationPatch.OpEnum op)voidsetPath(SchemaModificationPatch.PathEnum path)StringtoString()
-
-
-
Method Detail
-
getOp
@NotNull public @NotNull SchemaModificationPatch.OpEnum getOp()
-
setOp
public void setOp(SchemaModificationPatch.OpEnum op)
-
getPath
@NotNull public @NotNull SchemaModificationPatch.PathEnum getPath()
-
setPath
public void setPath(SchemaModificationPatch.PathEnum path)
-
getValue
@NotNull public abstract @NotNull Object getValue()
-
-