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()Required - API name:detailsfinal DeprecationLevellevel()Required - The level property describes the significance of the issue.final Stringmessage()Required - API name:messagestatic Deprecationvoidserialize(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 - API name:url
-
Field Details
-
_DESERIALIZER
Json deserializer forDeprecation
-
-
Method Details
-
of
-
details
Required - API name:details -
level
Required - The level property describes the significance of the issue.API name:
level -
message
Required - API name:message -
url
Required - API name:url -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupDeprecationDeserializer
-