public class DeleteBatchResult extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<DeleteBatchResultEntry> |
entries |
| Constructor and Description |
|---|
DeleteBatchResult(List<DeleteBatchResultEntry> entries) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<DeleteBatchResultEntry> |
getEntries() |
int |
hashCode() |
String |
toString() |
String |
toStringMultiline()
Returns a String representation of this object formatted for easier
readability.
|
protected final List<DeleteBatchResultEntry> entries
public DeleteBatchResult(List<DeleteBatchResultEntry> entries)
entries - Must not contain a null item and not be null.IllegalArgumentException - If any argument does not meet its
preconditions.public List<DeleteBatchResultEntry> getEntries()
null.public String toStringMultiline()
The returned String may contain newlines.