Class LockFileBatchResult

    • Constructor Detail

      • LockFileBatchResult

        public LockFileBatchResult​(java.util.List<LockFileResultEntry> entries)
        Parameters:
        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.
        Throws:
        java.lang.IllegalArgumentException - If any argument does not meet its preconditions.
    • Method Detail

      • getEntries

        public java.util.List<LockFileResultEntry> getEntries()
        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.
        Returns:
        value for this field, never null.
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class FileOpsResult
      • toStringMultiline

        public java.lang.String toStringMultiline()
        Returns a String representation of this object formatted for easier readability.

        The returned String may contain newlines.

        Overrides:
        toStringMultiline in class FileOpsResult
        Returns:
        Formatted, multiline String representation of this object