public class BatchDownload extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
encrypted |
boolean |
exists |
Path |
filename |
List<Project> |
projects |
String |
query |
User |
user |
String |
uuid |
static String |
ZIP_FORMAT |
long |
zipSize |
| Constructor and Description |
|---|
BatchDownload(List<Project> projects,
User user,
String query) |
BatchDownload(List<Project> projects,
User user,
String query,
Path downloadDir,
boolean isEncrypted) |
| Modifier and Type | Method and Description |
|---|---|
static Path |
createFilename(User user) |
boolean |
equals(Object o) |
boolean |
getExists() |
int |
hashCode() |
boolean |
isJsonQuery() |
com.fasterxml.jackson.databind.JsonNode |
queryAsJson() |
void |
setExists() |
String |
toString() |
public static final String ZIP_FORMAT
public final String uuid
public final Path filename
public final String query
public final User user
public final boolean encrypted
public volatile long zipSize
public boolean exists
Copyright © 2020–2022 ICIJ. All rights reserved.