Class GetStatsResponse
java.lang.Object
co.elastic.clients.elasticsearch.slm.GetStatsResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class GetStatsResponse extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetStatsResponse.BuilderBuilder forGetStatsResponse. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<GetStatsResponse>_DESERIALIZERJson deserializer forGetStatsResponse -
Method Summary
Modifier and Type Method Description static GetStatsResponseof(java.util.function.Function<GetStatsResponse.Builder,ObjectBuilder<GetStatsResponse>> fn)java.util.List<java.lang.String>policyStats()Required - API name:policy_statsTimeretentionDeletionTime()Required - API name:retention_deletion_timelongretentionDeletionTimeMillis()Required - API name:retention_deletion_time_millislongretentionFailed()Required - API name:retention_failedlongretentionRuns()Required - API name:retention_runslongretentionTimedOut()Required - API name:retention_timed_outvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupGetStatsResponseDeserializer(ObjectDeserializer<GetStatsResponse.Builder> op)java.lang.StringtoString()longtotalSnapshotDeletionFailures()Required - API name:total_snapshot_deletion_failureslongtotalSnapshotsDeleted()Required - API name:total_snapshots_deletedlongtotalSnapshotsFailed()Required - API name:total_snapshots_failedlongtotalSnapshotsTaken()Required - API name:total_snapshots_takenMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forGetStatsResponse
-
-
Method Details
-
of
public static GetStatsResponse of(java.util.function.Function<GetStatsResponse.Builder,ObjectBuilder<GetStatsResponse>> fn) -
retentionDeletionTime
Required - API name:retention_deletion_time -
retentionDeletionTimeMillis
public final long retentionDeletionTimeMillis()Required - API name:retention_deletion_time_millis -
retentionFailed
public final long retentionFailed()Required - API name:retention_failed -
retentionRuns
public final long retentionRuns()Required - API name:retention_runs -
retentionTimedOut
public final long retentionTimedOut()Required - API name:retention_timed_out -
totalSnapshotsDeleted
public final long totalSnapshotsDeleted()Required - API name:total_snapshots_deleted -
totalSnapshotDeletionFailures
public final long totalSnapshotDeletionFailures()Required - API name:total_snapshot_deletion_failures -
totalSnapshotsFailed
public final long totalSnapshotsFailed()Required - API name:total_snapshots_failed -
totalSnapshotsTaken
public final long totalSnapshotsTaken()Required - API name:total_snapshots_taken -
policyStats
public final java.util.List<java.lang.String> policyStats()Required - API name:policy_stats -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupGetStatsResponseDeserializer
protected static void setupGetStatsResponseDeserializer(ObjectDeserializer<GetStatsResponse.Builder> op)
-