Class Deprecation
java.lang.Object
co.elastic.clients.elasticsearch.migration.deprecations.Deprecation
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<Deprecation>
Json deserializer forDeprecation
-
Method Summary
Modifier and TypeMethodDescriptionfinal String
details()
Optional details about the deprecation warning.final DeprecationLevel
level()
Required - The level property describes the significance of the issue.final String
message()
Required - Descriptive information about the deprecation warning.meta()
API name:_meta
static Deprecation
final boolean
Required - API name:resolve_during_rolling_upgrade
void
serialize
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected void
serializeInternal
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static void
toString()
final String
url()
Required - A link to the breaking change documentation, where you can find more information about this change.
-
Field Details
-
_DESERIALIZER
Json deserializer forDeprecation
-
-
Method Details
-
of
-
details
Optional details about the deprecation warning.API name:
details
-
level
Required - The level property describes the significance of the issue.API name:
level
-
message
Required - Descriptive information about the deprecation warning.API name:
message
-
url
Required - A link to the breaking change documentation, where you can find more information about this change.API name:
url
-
resolveDuringRollingUpgrade
public final boolean resolveDuringRollingUpgrade()Required - API name:resolve_during_rolling_upgrade
-
meta
API name:_meta
-
serialize
Serialize this object to JSON.- Specified by:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupDeprecationDeserializer
-