Class FileCountSnapshotStats
java.lang.Object
org.opensearch.client.opensearch.snapshot.FileCountSnapshotStats
- All Implemented Interfaces:
ToJsonp
public final class FileCountSnapshotStats extends java.lang.Object implements ToJsonp
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFileCountSnapshotStats.BuilderBuilder forFileCountSnapshotStats. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<FileCountSnapshotStats>DESERIALIZERJson deserializer for FileCountSnapshotStats -
Constructor Summary
Constructors Modifier Constructor Description protectedFileCountSnapshotStats(FileCountSnapshotStats.Builder builder) -
Method Summary
Modifier and Type Method Description java.lang.NumberfileCount()API name:file_countprotected static voidsetupFileCountSnapshotStatsDeserializer(DelegatingDeserializer<FileCountSnapshotStats.Builder> op)java.lang.NumbersizeInBytes()API name:size_in_bytesvoidtoJsonp(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidtoJsonpInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
Field Details
-
DESERIALIZER
Json deserializer for FileCountSnapshotStats
-
-
Constructor Details
-
Method Details
-
fileCount
public java.lang.Number fileCount()API name:file_count -
sizeInBytes
public java.lang.Number sizeInBytes()API name:size_in_bytes -
toJsonp
Serialize this object to JSON. -
toJsonpInternal
-
setupFileCountSnapshotStatsDeserializer
protected static void setupFileCountSnapshotStatsDeserializer(DelegatingDeserializer<FileCountSnapshotStats.Builder> op)
-