Class FileDetails
java.lang.Object
co.elastic.clients.elasticsearch.indices.recovery.FileDetails
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<FileDetails>Json deserializer forFileDetails -
Method Summary
Modifier and TypeMethodDescriptionfinal longlength()Required - API name:lengthfinal Stringname()Required - API name:namestatic FileDetailsfinal longRequired - API name:recoveredvoidserialize(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 forFileDetails
-
-
Method Details
-
of
-
length
public final long length()Required - API name:length -
name
Required - API name:name -
recovered
public final long recovered()Required - API name:recovered -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupFileDetailsDeserializer
-