Class PutDatafeedResponse
java.lang.Object
co.elastic.clients.elasticsearch.ml.PutDatafeedResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class PutDatafeedResponse extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPutDatafeedResponse.BuilderBuilder forPutDatafeedResponse. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<PutDatafeedResponse>_DESERIALIZERJson deserializer forPutDatafeedResponse -
Method Summary
Modifier and Type Method Description java.util.Map<java.lang.String,Aggregation>aggregations()Required - API name:aggregationsChunkingConfigchunkingConfig()Required - API name:chunking_configjava.lang.StringdatafeedId()Required - API name:datafeed_idDelayedDataCheckConfigdelayedDataCheckConfig()API name:delayed_data_check_configTimefrequency()Required - API name:frequencyjava.util.List<java.lang.String>indices()Required - API name:indicesIndicesOptionsindicesOptions()API name:indices_optionsjava.lang.StringjobId()Required - API name:job_idintmaxEmptySearches()Required - API name:max_empty_searchesstatic PutDatafeedResponseof(java.util.function.Function<PutDatafeedResponse.Builder,ObjectBuilder<PutDatafeedResponse>> fn)Queryquery()Required - API name:queryTimequeryDelay()Required - API name:query_delayjava.util.Map<java.lang.String,RuntimeField>runtimeMappings()API name:runtime_mappingsjava.util.Map<java.lang.String,ScriptField>scriptFields()API name:script_fieldsintscrollSize()Required - API name:scroll_sizevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupPutDatafeedResponseDeserializer(ObjectDeserializer<PutDatafeedResponse.Builder> op)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forPutDatafeedResponse
-
-
Method Details
-
of
public static PutDatafeedResponse of(java.util.function.Function<PutDatafeedResponse.Builder,ObjectBuilder<PutDatafeedResponse>> fn) -
aggregations
Required - API name:aggregations -
chunkingConfig
Required - API name:chunking_config -
delayedDataCheckConfig
API name:delayed_data_check_config -
datafeedId
public final java.lang.String datafeedId()Required - API name:datafeed_id -
frequency
Required - API name:frequency -
indices
public final java.util.List<java.lang.String> indices()Required - API name:indices -
jobId
public final java.lang.String jobId()Required - API name:job_id -
indicesOptions
API name:indices_options -
maxEmptySearches
public final int maxEmptySearches()Required - API name:max_empty_searches -
query
Required - API name:query -
queryDelay
Required - API name:query_delay -
runtimeMappings
API name:runtime_mappings -
scriptFields
API name:script_fields -
scrollSize
public final int scrollSize()Required - API name:scroll_size -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupPutDatafeedResponseDeserializer
protected static void setupPutDatafeedResponseDeserializer(ObjectDeserializer<PutDatafeedResponse.Builder> op)
-