public static class BulkItemResponse.Failure extends Object
Constructor and Description |
---|
Failure(String index,
String type,
String id,
String message,
RestStatus status) |
Failure(String index,
String type,
String id,
Throwable t) |
Modifier and Type | Method and Description |
---|---|
String |
getId()
The id of the action.
|
String |
getIndex()
The index name of the action.
|
String |
getMessage()
The failure message.
|
RestStatus |
getStatus()
The rest status.
|
String |
getType()
The type of the action.
|
public Failure(String index, String type, String id, String message, RestStatus status)
public String getIndex()
public String getType()
public String getId()
public String getMessage()
public RestStatus getStatus()
Copyright © 2009–2015. All rights reserved.