public class BackupVerificationResult
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.List<java.lang.String> |
filesInMetaOnly |
int |
filesMatched |
boolean |
manifestAvailable |
java.lang.String |
remotePath |
java.time.Instant |
snapshotInstant |
boolean |
valid |
Constructor and Description |
---|
BackupVerificationResult() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public boolean valid
public java.lang.String remotePath
public java.time.Instant snapshotInstant
public boolean manifestAvailable
public java.util.List<java.lang.String> filesInMetaOnly
public int filesMatched