Module org.elasticsearch.xcore
Class WatcherParams
java.lang.Object
org.elasticsearch.xcontent.ToXContent.MapParams
org.elasticsearch.xcontent.ToXContent.DelegatingMapParams
org.elasticsearch.xpack.core.watcher.support.xcontent.WatcherParams
- All Implemented Interfaces:
org.elasticsearch.xcontent.ToXContent.Params
public class WatcherParams
extends org.elasticsearch.xcontent.ToXContent.DelegatingMapParams
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic WatcherParams.Builderbuilder()static WatcherParams.Builderbuilder(org.elasticsearch.xcontent.ToXContent.Params delegate) static booleandebug(org.elasticsearch.xcontent.ToXContent.Params params) static booleanhideHeaders(org.elasticsearch.xcontent.ToXContent.Params params) static booleanhideSecrets(org.elasticsearch.xcontent.ToXContent.Params params) static WatcherParamswrap(org.elasticsearch.xcontent.ToXContent.Params params) Methods inherited from class org.elasticsearch.xcontent.ToXContent.DelegatingMapParams
param, param, paramAsBoolean, paramAsBoolean
-
Field Details
-
HIDE_SECRETS
-
-
Method Details
-
hideSecrets
public static boolean hideSecrets(org.elasticsearch.xcontent.ToXContent.Params params) -
debug
public static boolean debug(org.elasticsearch.xcontent.ToXContent.Params params) -
hideHeaders
public static boolean hideHeaders(org.elasticsearch.xcontent.ToXContent.Params params) -
wrap
-
builder
-
builder
-