Class DatafeedIndicesOptions
java.lang.Object
co.elastic.clients.elasticsearch.ml.DatafeedIndicesOptions
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class DatafeedIndicesOptions extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DatafeedIndicesOptions.Builder
Builder forDatafeedIndicesOptions
. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<DatafeedIndicesOptions>
_DESERIALIZER
Json deserializer forDatafeedIndicesOptions
-
Constructor Summary
Constructors Constructor Description DatafeedIndicesOptions(DatafeedIndicesOptions.Builder builder)
DatafeedIndicesOptions(java.util.function.Function<DatafeedIndicesOptions.Builder,DatafeedIndicesOptions.Builder> fn)
-
Method Summary
Modifier and Type Method Description java.lang.Boolean
allowNoIndices()
API name:allow_no_indices
java.util.List<ExpandWildcardOptions>
expandWildcards()
API name:expand_wildcards
java.lang.Boolean
ignoreThrottled()
API name:ignore_throttled
java.lang.Boolean
ignoreUnavailable()
API name:ignore_unavailable
void
serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
Serialize this object to JSON.protected void
serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
protected static void
setupDatafeedIndicesOptionsDeserializer(DelegatingDeserializer<DatafeedIndicesOptions.Builder> op)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forDatafeedIndicesOptions
-
-
Constructor Details
-
DatafeedIndicesOptions
-
DatafeedIndicesOptions
public DatafeedIndicesOptions(java.util.function.Function<DatafeedIndicesOptions.Builder,DatafeedIndicesOptions.Builder> fn)
-
-
Method Details
-
allowNoIndices
@Nullable public java.lang.Boolean allowNoIndices()API name:allow_no_indices
-
expandWildcards
API name:expand_wildcards
-
ignoreThrottled
@Nullable public java.lang.Boolean ignoreThrottled()API name:ignore_throttled
-
serialize
Serialize this object to JSON.- Specified by:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
setupDatafeedIndicesOptionsDeserializer
protected static void setupDatafeedIndicesOptionsDeserializer(DelegatingDeserializer<DatafeedIndicesOptions.Builder> op)
-