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 Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<SearchInput>Json deserializer forSearchInput -
Method Summary
Modifier 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.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface co.elastic.clients.elasticsearch.watcher.InputVariant
_toInput
-
Field Details
-
_DESERIALIZER
Json deserializer forSearchInput
-
-
Method Details
-
of
-
_inputKind
Input variant kind.- Specified by:
_inputKindin interfaceInputVariant
-
extract
API name:extract -
request
Required - API name:request -
timeout
API name:timeout -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupSearchInputDeserializer
-