public class BulkResult.BulkResultItem extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
error
Can be null if the item completed without errors.
|
String |
errorReason
Can be null if the error was not a JSON object or if the item completed without errors
|
String |
errorType
Can be null if the error was not a JSON object or if the item completed without errors
|
String |
id |
String |
index |
String |
operation |
int |
status |
String |
type |
Integer |
version
Can be null when item completed with errors.
|
| Constructor and Description |
|---|
BulkResult.BulkResultItem(String operation,
com.google.gson.JsonObject values) |
BulkResult.BulkResultItem(String operation,
String index,
String type,
String id,
int status,
String error,
Integer version,
String errorType,
String errorReason) |
public final String operation
public final String index
public final String type
public final String id
public final int status
public final String error
public final String errorType
public final String errorReason
public final Integer version
public BulkResult.BulkResultItem(String operation, String index, String type, String id, int status, String error, Integer version, String errorType, String errorReason)
public BulkResult.BulkResultItem(String operation, com.google.gson.JsonObject values)
Copyright © 2017. All rights reserved.