Class DeprecationsResponse
java.lang.Object
co.elastic.clients.elasticsearch.migration.DeprecationsResponse
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<DeprecationsResponse>Json deserializer forDeprecationsResponse -
Method Summary
Modifier and TypeMethodDescriptionfinal List<Deprecation>Required - API name:cluster_settingsfinal Map<String,List<Deprecation>> Required - API name:index_settingsfinal List<Deprecation>Required - API name:ml_settingsfinal List<Deprecation>Required - API name:node_settingsstatic DeprecationsResponsevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forDeprecationsResponse
-
-
Method Details
-
of
public static DeprecationsResponse of(Function<DeprecationsResponse.Builder, ObjectBuilder<DeprecationsResponse>> fn) -
clusterSettings
Required - API name:cluster_settings -
indexSettings
Required - API name:index_settings -
nodeSettings
Required - API name:node_settings -
mlSettings
Required - API name:ml_settings -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupDeprecationsResponseDeserializer
protected static void setupDeprecationsResponseDeserializer(ObjectDeserializer<DeprecationsResponse.Builder> op)
-