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 Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<HttpInput>Json deserializer forHttpInput -
Method Summary
Modifier 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.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 forHttpInput
-
-
Method Details
-
of
-
_inputKind
Input variant kind.- Specified by:
_inputKindin interfaceInputVariant
-
extract
API name:extract -
request
API name:request -
responseContentType
API name:response_content_type -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupHttpInputDeserializer
-