Module org.elasticsearch.xcore
Class ChainTransform.Result
java.lang.Object
org.elasticsearch.xpack.core.watcher.transform.Transform.Result
org.elasticsearch.xpack.core.watcher.transform.chain.ChainTransform.Result
- All Implemented Interfaces:
org.elasticsearch.xcontent.ToXContent,org.elasticsearch.xcontent.ToXContentObject
- Enclosing class:
ChainTransform
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.xpack.core.watcher.transform.Transform.Result
Transform.Result.StatusNested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent
org.elasticsearch.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.xcontent.ToXContent.MapParams, org.elasticsearch.xcontent.ToXContent.Params -
Field Summary
Fields inherited from class org.elasticsearch.xpack.core.watcher.transform.Transform.Result
exception, payload, reason, status, typeFields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY, EMPTY_PARAMS -
Constructor Summary
ConstructorsConstructorDescriptionResult(Exception e, List<Transform.Result> results) Result(String errorMessage, List<Transform.Result> results) Result(Payload payload, List<Transform.Result> results) -
Method Summary
Modifier and TypeMethodDescriptionresults()protected org.elasticsearch.xcontent.XContentBuildertypeXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) Methods inherited from class org.elasticsearch.xpack.core.watcher.transform.Transform.Result
payload, reason, status, toXContent, typeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.xcontent.ToXContentObject
isFragment
-
Constructor Details
-
Result
-
Result
-
Result
-
-
Method Details
-
results
-
typeXContent
protected org.elasticsearch.xcontent.XContentBuilder typeXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) throws IOException - Specified by:
typeXContentin classTransform.Result- Throws:
IOException
-