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 Stringdetails()Optional details about the deprecation warning.final DeprecationLevellevel()Required - The level property describes the significance of the issue.final Stringmessage()Required - Descriptive information about the deprecation warning.meta()API name:_metastatic Deprecationfinal booleanRequired - API name:resolve_during_rolling_upgradevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()final Stringurl()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:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupDeprecationDeserializer
-