Class SearchInput
java.lang.Object
co.elastic.clients.elasticsearch.watcher.SearchInput
- All Implemented Interfaces:
- InputVariant,- JsonpSerializable
@JsonpDeserializable
public class SearchInput
extends Object
implements InputVariant, JsonpSerializable
- See Also:
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<SearchInput>Json deserializer forSearchInput
- 
Method SummaryModifier and TypeMethodDescriptionInput variant kind.extract()API name:extractstatic SearchInputrequest()Required - API name:requestvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal Timetimeout()API name:timeouttoString()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface co.elastic.clients.elasticsearch.watcher.InputVariant_toInput
- 
Field Details- 
_DESERIALIZERJson deserializer forSearchInput
 
- 
- 
Method Details- 
of
- 
_inputKindInput variant kind.- Specified by:
- _inputKindin interface- InputVariant
 
- 
extractAPI name:extract
- 
requestRequired - API name:request
- 
timeoutAPI name:timeout
- 
serializeSerialize this object to JSON.- Specified by:
- serializein interface- JsonpSerializable
 
- 
serializeInternal
- 
toString
- 
setupSearchInputDeserializer
 
-