public static final class UpdateOp.Operation
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
UpdateOp.Operation.Type
The DocumentStore operation type.
|
Modifier and Type | Field and Description |
---|---|
UpdateOp.Operation.Type |
type
The operation type.
|
java.lang.Object |
value
The value, if any.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
UpdateOp.Operation |
getReverse() |
int |
hashCode() |
java.lang.String |
toString() |
public final UpdateOp.Operation.Type type
public final java.lang.Object value
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public UpdateOp.Operation getReverse()
Copyright © 2012–2022 The Apache Software Foundation. All rights reserved.