Class DataStreamIndex
java.lang.Object
co.elastic.clients.elasticsearch.indices.DataStreamIndex
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<DataStreamIndex>Json deserializer forDataStreamIndex -
Method Summary
Modifier and TypeMethodDescriptionfinal StringRequired - API name:index_namefinal StringRequired - API name:index_uuidstatic DataStreamIndexvoidserialize(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
-
_DESERIALIZER
Json deserializer forDataStreamIndex
-
-
Method Details
-
of
public static DataStreamIndex of(Function<DataStreamIndex.Builder, ObjectBuilder<DataStreamIndex>> fn) -
indexName
Required - API name:index_name -
indexUuid
Required - API name:index_uuid -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupDataStreamIndexDeserializer
protected static void setupDataStreamIndexDeserializer(ObjectDeserializer<DataStreamIndex.Builder> op)
-