Class DeprecationsResponse
java.lang.Object
co.elastic.clients.elasticsearch.migration.DeprecationsResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class DeprecationsResponse extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
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 -
Method Summary
Modifier and Type Method Description java.util.List<Deprecation>clusterSettings()Required - API name:cluster_settingsjava.util.Map<java.lang.String,java.util.List<Deprecation>>indexSettings()Required - API name:index_settingsjava.util.List<Deprecation>mlSettings()Required - API name:ml_settingsjava.util.List<Deprecation>nodeSettings()Required - API name:node_settingsstatic DeprecationsResponseof(java.util.function.Function<DeprecationsResponse.Builder,ObjectBuilder<DeprecationsResponse>> fn)voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupDeprecationsResponseDeserializer(ObjectDeserializer<DeprecationsResponse.Builder> op)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forDeprecationsResponse
-
-
Method Details
-
of
public static DeprecationsResponse of(java.util.function.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
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupDeprecationsResponseDeserializer
protected static void setupDeprecationsResponseDeserializer(ObjectDeserializer<DeprecationsResponse.Builder> op)
-