public static class MultiTermVectorsResponse.Failure extends java.lang.Object implements Streamable
Constructor and Description |
---|
Failure(java.lang.String index,
java.lang.String type,
java.lang.String id,
java.lang.Exception cause) |
Modifier and Type | Method and Description |
---|---|
java.lang.Exception |
getCause()
The failure cause.
|
java.lang.String |
getId()
The id of the action.
|
java.lang.String |
getIndex()
The index name of the action.
|
java.lang.String |
getType()
The type of the action.
|
static MultiTermVectorsResponse.Failure |
readFailure(StreamInput in) |
void |
readFrom(StreamInput in)
Set this object's fields from a StreamInput.
|
void |
writeTo(StreamOutput out)
Write this object's fields to a StreamOutput.
|
public Failure(java.lang.String index, java.lang.String type, java.lang.String id, java.lang.Exception cause)
public java.lang.String getIndex()
public java.lang.String getType()
public java.lang.String getId()
public java.lang.Exception getCause()
public static MultiTermVectorsResponse.Failure readFailure(StreamInput in) throws java.io.IOException
java.io.IOException
public void readFrom(StreamInput in) throws java.io.IOException
Streamable
readFrom
in interface Streamable
java.io.IOException
public void writeTo(StreamOutput out) throws java.io.IOException
Streamable
writeTo
in interface Streamable
java.io.IOException