Class DanglingIndex
java.lang.Object
co.elastic.clients.elasticsearch.dangling_indices.list_dangling_indices.DanglingIndex
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class DanglingIndex extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDanglingIndex.BuilderBuilder forDanglingIndex. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<DanglingIndex>_DESERIALIZERJson deserializer forDanglingIndex -
Method Summary
Modifier and Type Method Description DateTimecreationDateMillis()Required - API name:creation_date_millisjava.lang.StringindexName()Required - API name:index_namejava.lang.StringindexUuid()Required - API name:index_uuidjava.util.List<java.lang.String>nodeIds()Required - API name:node_idsstatic DanglingIndexof(java.util.function.Function<DanglingIndex.Builder,ObjectBuilder<DanglingIndex>> fn)voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupDanglingIndexDeserializer(ObjectDeserializer<DanglingIndex.Builder> op)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forDanglingIndex
-
-
Method Details
-
of
public static DanglingIndex of(java.util.function.Function<DanglingIndex.Builder,ObjectBuilder<DanglingIndex>> fn) -
indexName
public final java.lang.String indexName()Required - API name:index_name -
indexUuid
public final java.lang.String indexUuid()Required - API name:index_uuid -
creationDateMillis
Required - API name:creation_date_millis -
nodeIds
public final java.util.List<java.lang.String> nodeIds()Required - API name:node_ids -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupDanglingIndexDeserializer
-