Class ListDanglingIndicesResponse
java.lang.Object
co.elastic.clients.elasticsearch.dangling_indices.ListDanglingIndicesResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class ListDanglingIndicesResponse
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ListDanglingIndicesResponse>Json deserializer forListDanglingIndicesResponse -
Method Summary
Modifier and TypeMethodDescriptionfinal List<DanglingIndex>Required - API name:dangling_indicesstatic ListDanglingIndicesResponsevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupListDanglingIndicesResponseDeserializer(ObjectDeserializer<ListDanglingIndicesResponse.Builder> op) toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forListDanglingIndicesResponse
-
-
Method Details
-
of
-
danglingIndices
Required - API name:dangling_indices -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupListDanglingIndicesResponseDeserializer
protected static void setupListDanglingIndicesResponseDeserializer(ObjectDeserializer<ListDanglingIndicesResponse.Builder> op)
-