Streamable, ToXContent, ToXContentObjectpublic static class MultiGetResponse.Failure extends java.lang.Object implements Streamable, ToXContentObject
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsEMPTY_PARAMS| Constructor | Description |
|---|---|
Failure(java.lang.String index,
java.lang.String type,
java.lang.String id,
java.lang.Exception exception) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Exception |
getFailure() |
|
java.lang.String |
getId() |
The id of the action.
|
java.lang.String |
getIndex() |
The index name of the action.
|
java.lang.String |
getMessage() |
The failure message.
|
java.lang.String |
getType() |
The type of the action.
|
static MultiGetResponse.Failure |
readFailure(StreamInput in) |
|
void |
readFrom(StreamInput in) |
Set this object's fields from a StreamInput.
|
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
|
void |
writeTo(StreamOutput out) |
Write this object's fields to a StreamOutput.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisFragmentpublic Failure(java.lang.String index,
java.lang.String type,
java.lang.String id,
java.lang.Exception exception)
public java.lang.String getIndex()
public java.lang.String getType()
public java.lang.String getId()
public java.lang.String getMessage()
public static MultiGetResponse.Failure readFailure(StreamInput in) throws java.io.IOException
java.io.IOExceptionpublic void readFrom(StreamInput in) throws java.io.IOException
StreamablereadFrom in interface Streamablejava.io.IOExceptionpublic void writeTo(StreamOutput out) throws java.io.IOException
StreamablewriteTo in interface Streamablejava.io.IOExceptionpublic XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
toXContent in interface ToXContentjava.io.IOExceptionpublic java.lang.Exception getFailure()