Class MultiGetItem.Failure
java.lang.Object
org.springframework.data.elasticsearch.core.MultiGetItem.Failure
- Enclosing class:
MultiGetItem<T>
- Since:
- 4.2
- Author:
- Peter-Josef Meisch
-
Method Summary
Modifier and TypeMethodDescription@Nullable ElasticsearchErrorCause@Nullable Exception@Nullable StringgetId()@Nullable StringgetIndex()@Nullable StringgetType()static MultiGetItem.Failureof(String index, @Nullable String type, String id, @Nullable Exception exception, @Nullable ElasticsearchErrorCause elasticsearchErrorCause)
-
Method Details
-
of
public static MultiGetItem.Failure of(String index, @Nullable String type, String id, @Nullable Exception exception, @Nullable ElasticsearchErrorCause elasticsearchErrorCause) -
getIndex
-
getType
-
getId
-
getException
-
getElasticsearchErrorCause
-