Class DeprecationsResponse
java.lang.Object
co.elastic.clients.elasticsearch.migration.DeprecationsResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class DeprecationsResponse extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeprecationsResponse.BuilderBuilder forDeprecationsResponse. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<DeprecationsResponse>_DESERIALIZERJson deserializer forDeprecationsResponse -
Constructor Summary
Constructors Constructor Description DeprecationsResponse(DeprecationsResponse.Builder builder)DeprecationsResponse(java.util.function.Function<DeprecationsResponse.Builder,DeprecationsResponse.Builder> fn) -
Method Summary
Modifier and Type Method Description java.util.List<Deprecation>clusterSettings()API name:cluster_settingsjava.util.Map<java.lang.String,java.util.List<Deprecation>>indexSettings()API name:index_settingsjava.util.List<Deprecation>mlSettings()API name:ml_settingsjava.util.List<Deprecation>nodeSettings()API name:node_settingsvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupDeprecationsResponseDeserializer(DelegatingDeserializer<DeprecationsResponse.Builder> op)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forDeprecationsResponse
-
-
Constructor Details
-
DeprecationsResponse
-
DeprecationsResponse
public DeprecationsResponse(java.util.function.Function<DeprecationsResponse.Builder,DeprecationsResponse.Builder> fn)
-
-
Method Details
-
clusterSettings
API name:cluster_settings -
indexSettings
API name:index_settings -
nodeSettings
API name:node_settings -
mlSettings
API name:ml_settings -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupDeprecationsResponseDeserializer
protected static void setupDeprecationsResponseDeserializer(DelegatingDeserializer<DeprecationsResponse.Builder> op)
-