public class DeleteResult extends FileOpsResult
| Constructor and Description |
|---|
DeleteResult(Metadata metadata) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
Metadata |
getMetadata()
Metadata of the deleted object.
|
int |
hashCode() |
java.lang.String |
toString() |
java.lang.String |
toStringMultiline()
Returns a String representation of this object formatted for easier
readability.
|
protected final Metadata metadata
public DeleteResult(Metadata metadata)
metadata - Metadata of the deleted object. Must not be null.java.lang.IllegalArgumentException - If any argument does not meet its
preconditions.public Metadata getMetadata()
null.public int hashCode()
hashCode in class FileOpsResultpublic boolean equals(java.lang.Object obj)
equals in class FileOpsResultpublic java.lang.String toString()
toString in class FileOpsResultpublic java.lang.String toStringMultiline()
The returned String may contain newlines.
toStringMultiline in class FileOpsResult