Class HttpInput
java.lang.Object
co.elastic.clients.elasticsearch.watcher.HttpInput
- All Implemented Interfaces:
- InputVariant,- JsonpSerializable
@JsonpDeserializable
public class HttpInput
extends Object
implements InputVariant, JsonpSerializable
- See Also:
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<HttpInput>Json deserializer forHttpInput
- 
Method SummaryModifier and TypeMethodDescriptionInput variant kind.extract()API name:extractstatic HttpInputrequest()API name:requestfinal ResponseContentTypeAPI name:response_content_typevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()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 forHttpInput
 
- 
- 
Method Details- 
of
- 
_inputKindInput variant kind.- Specified by:
- _inputKindin interface- InputVariant
 
- 
extractAPI name:extract
- 
requestAPI name:request
- 
responseContentTypeAPI name:response_content_type
- 
serializeSerialize this object to JSON.- Specified by:
- serializein interface- JsonpSerializable
 
- 
serializeInternal
- 
toString
- 
setupHttpInputDeserializer
 
-