Class GetUpgradeResponse
java.lang.Object
co.elastic.clients.elasticsearch.indices.GetUpgradeResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class GetUpgradeResponse extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetUpgradeResponse.BuilderBuilder forGetUpgradeResponse. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<GetUpgradeResponse>_DESERIALIZERJson deserializer forGetUpgradeResponse -
Method Summary
Modifier and Type Method Description static GetUpgradeResponseof(java.util.function.Function<GetUpgradeResponse.Builder,ObjectBuilder<GetUpgradeResponse>> fn)java.util.List<OverlappingIndexTemplate>overlapping()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 voidsetupGetUpgradeResponseDeserializer(ObjectDeserializer<GetUpgradeResponse.Builder> op)TemplateMappingtemplate()The settings, mappings, and aliases that would be applied to matching indices.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forGetUpgradeResponse
-
-
Method Details
-
of
public static GetUpgradeResponse of(java.util.function.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
-
setupGetUpgradeResponseDeserializer
protected static void setupGetUpgradeResponseDeserializer(ObjectDeserializer<GetUpgradeResponse.Builder> op)
-