public class BulkResponse extends JsonObject
{
"responses": [
{
"seq":0,
"response": { response }
}
]
}
| Constructor and Description |
|---|
BulkResponse() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(T x) |
List<T> |
getEntries()
Returns all entries in the bulk object
|
void |
setEntries(List<T> x)
Sets the entries in the bulk object.
|
void |
setEntries(T[] x) |
com.fasterxml.jackson.databind.JsonNode |
toJson()
Returns a JSON representation of this
|
getFactory, getSourceNode, toStringprotected final List<T extends JsonObject> entries
public com.fasterxml.jackson.databind.JsonNode toJson()
toJson in class JsonObjectpublic void setEntries(List<T> x)
public void setEntries(T[] x)
public void add(T x)
Copyright © 2016. All rights reserved.