public class BulkDeleteDocument extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
BulkDeleteDocument.Serializer |
| Constructor and Description |
|---|
BulkDeleteDocument(String id,
String rev) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId() |
String |
getRevision() |
int |
hashCode() |
static BulkDeleteDocument |
of(Object o)
Will create a bulk delete document based on the specified object.
|
void |
setRevision(String s)
Dummy setter, only exists because the BulkOperationResponseHandler tries to set revision
on all objects, no matter what.
|
public static BulkDeleteDocument of(Object o)
o - public String getId()
public String getRevision()
public void setRevision(String s)
s - Copyright © 2012. All Rights Reserved.