Class GetSnapshotResponse
java.lang.Object
co.elastic.clients.elasticsearch.snapshot.GetSnapshotResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class GetSnapshotResponse extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetSnapshotResponse.BuilderBuilder forGetSnapshotResponse. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<GetSnapshotResponse>_DESERIALIZERJson deserializer forGetSnapshotResponse -
Method Summary
Modifier and Type Method Description static GetSnapshotResponseof(java.util.function.Function<GetSnapshotResponse.Builder,ObjectBuilder<GetSnapshotResponse>> fn)intremaining()Required - The number of remaining snapshots that were not returned due to size limits and that can be fetched by additional requests using the next field value.java.util.List<SnapshotResponseItem>responses()API name:responsesvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupGetSnapshotResponseDeserializer(ObjectDeserializer<GetSnapshotResponse.Builder> op)java.util.List<SnapshotInfo>snapshots()API name:snapshotsjava.lang.StringtoString()inttotal()Required - The total number of snapshots that match the request when ignoring size limit or after query parameter.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forGetSnapshotResponse
-
-
Method Details
-
of
public static GetSnapshotResponse of(java.util.function.Function<GetSnapshotResponse.Builder,ObjectBuilder<GetSnapshotResponse>> fn) -
responses
API name:responses -
snapshots
API name:snapshots -
total
public final int total()Required - The total number of snapshots that match the request when ignoring size limit or after query parameter.API name:
total -
remaining
public final int remaining()Required - The number of remaining snapshots that were not returned due to size limits and that can be fetched by additional requests using the next field value.API name:
remaining -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupGetSnapshotResponseDeserializer
protected static void setupGetSnapshotResponseDeserializer(ObjectDeserializer<GetSnapshotResponse.Builder> op)
-