public class DiskBackupResult extends Object
Constructor and Description |
---|
DiskBackupResult(String diskDirectory,
boolean offline)
This constructor is to be used by internal JMX framework only.
|
Modifier and Type | Method and Description |
---|---|
String |
getDiskDirectory()
Returns the name of the directory where the files for this backup were written.
|
boolean |
isOffilne()
Returns whether the backup was successful.
|
@ConstructorProperties(value={"diskDirectory","offilne"}) public DiskBackupResult(String diskDirectory, boolean offline)
diskDirectory
- the name of the directory where the files for this backup were writtenoffline
- whether the backup was successfulpublic String getDiskDirectory()
public boolean isOffilne()