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 class
SchemaModificationPatch.OpEnum
Gets or Sets opstatic class
SchemaModificationPatch.PathEnum
Gets or Sets path
-
Constructor Summary
Constructors Constructor Description SchemaModificationPatch()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
@NotNull SchemaModificationPatch.OpEnum
getOp()
@NotNull SchemaModificationPatch.PathEnum
getPath()
abstract @NotNull Object
getValue()
int
hashCode()
void
setOp(SchemaModificationPatch.OpEnum op)
void
setPath(SchemaModificationPatch.PathEnum path)
String
toString()
-
-
-
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()
-
-