public final class ElasticSearchIndex extends Object
| Constructor and Description |
|---|
ElasticSearchIndex(String index,
String type,
String id,
int version,
ElasticSearchShard shards,
String result,
String status,
boolean created,
ElasticSearchError error) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ElasticSearchError |
getError() |
String |
getErrorText()
Returns a human readable version of a possible error.
|
String |
getId() |
String |
getIndex() |
String |
getResult() |
ElasticSearchShard |
getShards() |
String |
getStatus() |
String |
getType() |
int |
getVersion() |
int |
hashCode() |
boolean |
isCreated() |
String |
toString() |
public ElasticSearchIndex(String index, String type, String id, int version, ElasticSearchShard shards, String result, String status, boolean created, ElasticSearchError error)
public String getErrorText()
public String getIndex()
public String getType()
public String getId()
public int getVersion()
public ElasticSearchShard getShards()
public String getResult()
public String getStatus()
public boolean isCreated()
public ElasticSearchError getError()
Copyright © 2017–2019. All rights reserved.