public class DiskBackupResult extends Object
Constructor and Description |
---|
DiskBackupResult(String diskDirectory,
boolean offline) |
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)
public String getDiskDirectory()
public boolean isOffilne()
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.