Class IndexTemplateItem
java.lang.Object
co.elastic.clients.elasticsearch.indices.get_index_template.IndexTemplateItem
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class IndexTemplateItem extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndexTemplateItem.BuilderBuilder forIndexTemplateItem. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<IndexTemplateItem>_DESERIALIZERJson deserializer forIndexTemplateItem -
Constructor Summary
Constructors Constructor Description IndexTemplateItem(IndexTemplateItem.Builder builder)IndexTemplateItem(java.util.function.Function<IndexTemplateItem.Builder,IndexTemplateItem.Builder> fn) -
Method Summary
Modifier and Type Method Description IndexTemplateindexTemplate()Required - API name:index_templatejava.lang.Stringname()Required - API name:namevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupIndexTemplateItemDeserializer(DelegatingDeserializer<IndexTemplateItem.Builder> op)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forIndexTemplateItem
-
-
Constructor Details
-
IndexTemplateItem
-
IndexTemplateItem
public IndexTemplateItem(java.util.function.Function<IndexTemplateItem.Builder,IndexTemplateItem.Builder> fn)
-
-
Method Details
-
name
public java.lang.String name()Required - API name:name -
indexTemplate
Required - API name:index_template -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupIndexTemplateItemDeserializer
protected static void setupIndexTemplateItemDeserializer(DelegatingDeserializer<IndexTemplateItem.Builder> op)
-