Class SimulateIndexTemplateResponse
java.lang.Object
co.elastic.clients.elasticsearch.indices.SimulateIndexTemplateResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class SimulateIndexTemplateResponse
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<SimulateIndexTemplateResponse>
Json deserializer forSimulateIndexTemplateResponse
-
Method Summary
Modifier and TypeMethodDescriptionfinal List<Overlapping>
API name:overlapping
void
serialize
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected void
serializeInternal
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static void
setupSimulateIndexTemplateResponseDeserializer
(ObjectDeserializer<SimulateIndexTemplateResponse.Builder> op) final Template
template()
Required - API name:template
toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forSimulateIndexTemplateResponse
-
-
Method Details
-
of
-
overlapping
API name:overlapping
-
template
Required - API name:template
-
serialize
Serialize this object to JSON.- Specified by:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupSimulateIndexTemplateResponseDeserializer
protected static void setupSimulateIndexTemplateResponseDeserializer(ObjectDeserializer<SimulateIndexTemplateResponse.Builder> op)
-