Class GetUpgradeResponse
java.lang.Object
co.elastic.clients.elasticsearch.indices.GetUpgradeResponse
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<GetUpgradeResponse>Json deserializer forGetUpgradeResponse -
Method Summary
Modifier and TypeMethodDescriptionstatic GetUpgradeResponsefinal List<OverlappingIndexTemplate>Any templates that were superseded by the specified template.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal TemplateMappingtemplate()The settings, mappings, and aliases that would be applied to matching indices.toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forGetUpgradeResponse
-
-
Method Details
-
of
public static GetUpgradeResponse of(Function<GetUpgradeResponse.Builder, ObjectBuilder<GetUpgradeResponse>> fn) -
overlapping
Any templates that were superseded by the specified template.API name:
overlapping -
template
The settings, mappings, and aliases that would be applied to matching indices.API name:
template -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupGetUpgradeResponseDeserializer
protected static void setupGetUpgradeResponseDeserializer(ObjectDeserializer<GetUpgradeResponse.Builder> op)
-