public abstract class SchemaModificationPatch extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SchemaModificationPatch.OpEnum
Gets or Sets op
|
static class |
SchemaModificationPatch.PathEnum
Gets or Sets path
|
Constructor and Description |
---|
SchemaModificationPatch() |
Modifier and Type | Method and 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() |
@NotNull public @NotNull SchemaModificationPatch.OpEnum getOp()
public void setOp(SchemaModificationPatch.OpEnum op)
@NotNull public @NotNull SchemaModificationPatch.PathEnum getPath()
public void setPath(SchemaModificationPatch.PathEnum path)
@NotNull public abstract @NotNull Object getValue()
Copyright © 2020 Red Hat. All rights reserved.