Package com.adobe.testing.s3mock.s3.dto
Class RestoreStatus
-
- All Implemented Interfaces:
public final class RestoreStatus
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanisRestoreInProgressprivate final InstantrestoreExpiryDate
-
Constructor Summary
Constructors Constructor Description RestoreStatus(Boolean isRestoreInProgress, Instant restoreExpiryDate)
-
Method Summary
Modifier and Type Method Description final BooleanisRestoreInProgress()final InstantgetRestoreExpiryDate()-
-
Method Detail
-
isRestoreInProgress
final Boolean isRestoreInProgress()
-
getRestoreExpiryDate
final Instant getRestoreExpiryDate()
-
-
-
-