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:overlappingvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupSimulateIndexTemplateResponseDeserializer(ObjectDeserializer<SimulateIndexTemplateResponse.Builder> op) final Templatetemplate()Required - API name:templatetoString()
-
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:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupSimulateIndexTemplateResponseDeserializer
protected static void setupSimulateIndexTemplateResponseDeserializer(ObjectDeserializer<SimulateIndexTemplateResponse.Builder> op)
-