Package org.elasticsearch.action.ingest
Class SimulatePipelineResponse
java.lang.Object
org.elasticsearch.transport.TransportMessage
org.elasticsearch.transport.TransportResponse
org.elasticsearch.action.ActionResponse
org.elasticsearch.action.ingest.SimulatePipelineResponse
- All Implemented Interfaces:
Writeable,ToXContent,ToXContentObject
public class SimulatePipelineResponse extends ActionResponse implements ToXContentObject
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.transport.TransportResponse
TransportResponse.EmptyNested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
Fields Modifier and Type Field Description static ConstructingObjectParser<SimulatePipelineResponse,java.lang.Void>PARSER -
Constructor Summary
Constructors Constructor Description SimulatePipelineResponse(java.lang.String pipelineId, boolean verbose, java.util.List<SimulateDocumentResult> responses)SimulatePipelineResponse(StreamInput in) -
Method Summary
Modifier and Type Method Description static SimulatePipelineResponsefromXContent(XContentParser parser)java.lang.StringgetPipelineId()java.util.List<SimulateDocumentResult>getResults()booleanisVerbose()XContentBuildertoXContent(XContentBuilder builder, ToXContent.Params params)voidwriteTo(StreamOutput out)Write this into the StreamOutput.Methods inherited from class org.elasticsearch.transport.TransportMessage
remoteAddress, remoteAddress
-
Field Details
-
Constructor Details
-
SimulatePipelineResponse
- Throws:
java.io.IOException
-
SimulatePipelineResponse
public SimulatePipelineResponse(java.lang.String pipelineId, boolean verbose, java.util.List<SimulateDocumentResult> responses)
-
-
Method Details
-
getPipelineId
public java.lang.String getPipelineId() -
getResults
-
isVerbose
public boolean isVerbose() -
writeTo
Description copied from interface:WriteableWrite this into the StreamOutput. -
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException- Specified by:
toXContentin interfaceToXContent- Throws:
java.io.IOException
-
fromXContent
-