public class TableFileDeletionInfo
extends java.lang.Object
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getDbName()
Get the name of the database where the file was deleted.
|
java.lang.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() |
java.lang.String |
toString() |
public java.lang.String getDbName()
public java.lang.String getFilePath()
public int getJobId()
public Status getStatus()
public boolean equals(java.lang.Object o)
equals 在类中 java.lang.Objectpublic int hashCode()
hashCode 在类中 java.lang.Objectpublic java.lang.String toString()
toString 在类中 java.lang.Object