public class TableFileDeletionInfo extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDbName()
Get the name of the database where the file was deleted.
|
String |
getFilePath()
Get the path to the deleted file.
|
int |
getJobId()
Get the id of the job which deleted the file.
|
Status |
getStatus()
Get the status indicating whether the deletion was successful or not.
|
int |
hashCode() |
String |
toString() |
public String getDbName()
public String getFilePath()
public int getJobId()
public Status getStatus()
Copyright © 2021. All rights reserved.