Class DanglingIndex
java.lang.Object
co.elastic.clients.elasticsearch.dangling_indices.list_dangling_indices.DanglingIndex
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<DanglingIndex>Json deserializer forDanglingIndex -
Method Summary
Modifier and TypeMethodDescriptionfinal longRequired - API name:creation_date_millisfinal StringRequired - API name:index_namefinal StringRequired - API name:index_uuidnodeIds()Required - API name:node_idsstatic DanglingIndexvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forDanglingIndex
-
-
Method Details
-
of
-
indexName
Required - API name:index_name -
indexUuid
Required - API name:index_uuid -
creationDateMillis
public final long creationDateMillis()Required - API name:creation_date_millis -
nodeIds
Required - API name:node_ids -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupDanglingIndexDeserializer
-