public class LockFileBatchResult extends FileOpsResult
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<LockFileResultEntry> |
entries |
| Constructor and Description |
|---|
LockFileBatchResult(java.util.List<LockFileResultEntry> entries) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<LockFileResultEntry> |
getEntries()
Each Entry in the 'entries' will have '.tag' with the operation status
(e.g.
|
int |
hashCode() |
java.lang.String |
toString() |
java.lang.String |
toStringMultiline()
Returns a String representation of this object formatted for easier
readability.
|
protected final java.util.List<LockFileResultEntry> entries
public LockFileBatchResult(java.util.List<LockFileResultEntry> entries)
entries - Each Entry in the 'entries' will have '.tag' with the
operation status (e.g. success), the metadata for the file and the
lock state after the operation. Must not contain a null item
and not be null.java.lang.IllegalArgumentException - If any argument does not meet its
preconditions.public java.util.List<LockFileResultEntry> getEntries()
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