Class EventDataStream
java.lang.Object
co.elastic.clients.elasticsearch.search_application.EventDataStream
- All Implemented Interfaces:
- JsonpSerializable
- See Also:
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<EventDataStream>Json deserializer forEventDataStream
- 
Method SummaryModifier and TypeMethodDescriptionfinal Stringname()Required - API name:namestatic EventDataStreamvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
- 
Field Details- 
_DESERIALIZERJson deserializer forEventDataStream
 
- 
- 
Method Details- 
ofpublic static EventDataStream of(Function<EventDataStream.Builder, ObjectBuilder<EventDataStream>> fn) 
- 
nameRequired - API name:name
- 
serializeSerialize this object to JSON.- Specified by:
- serializein interface- JsonpSerializable
 
- 
serializeInternal
- 
toString
- 
setupEventDataStreamDeserializerprotected static void setupEventDataStreamDeserializer(ObjectDeserializer<EventDataStream.Builder> op) 
 
-