public abstract class AbstractPatch extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
protected static class |
AbstractPatch.Builder<P extends AbstractPatch,B extends AbstractPatch.Builder<P,B>> |
Constructor and Description |
---|
AbstractPatch() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
PatchOperation |
getOperation() |
int |
hashCode() |
void |
setOperation(PatchOperation operation) |
public PatchOperation getOperation()
public void setOperation(PatchOperation operation)
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.