public class PredicateDownloadRequest extends DownloadRequest
Predicate
).Constructor and Description |
---|
PredicateDownloadRequest() |
PredicateDownloadRequest(Predicate predicate,
String creator,
Collection<String> notificationAddresses,
Boolean sendNotification,
DownloadFormat format,
DownloadType type,
Set<Extension> verbatimExtensions)
Full constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
@Valid Predicate |
getPredicate() |
Set<Extension> |
getVerbatimExtensions()
Requested verbatimExtensions for this download.
|
int |
hashCode() |
void |
setPredicate(Predicate predicate) |
void |
setVerbatimExtensions(Set<Extension> verbatimExtensions) |
String |
toString() |
getCreator, getFileExtension, getFormat, getNotificationAddresses, getNotificationAddressesAsString, getSendNotification, getType, setCreator, setFormat, setNotificationAddresses, setNotificationAddressesAsString, setSendNotification, setType
public PredicateDownloadRequest()
public PredicateDownloadRequest(Predicate predicate, @Nullable String creator, @Nullable Collection<String> notificationAddresses, @Nullable Boolean sendNotification, @Nullable DownloadFormat format, @Nullable DownloadType type, @Nullable Set<Extension> verbatimExtensions)
@Nullable @Valid public @Valid Predicate getPredicate()
public void setPredicate(Predicate predicate)
@Nullable public Set<Extension> getVerbatimExtensions()
public void setVerbatimExtensions(Set<Extension> verbatimExtensions)
public boolean equals(Object o)
equals
in class DownloadRequest
public int hashCode()
hashCode
in class DownloadRequest
public String toString()
toString
in class DownloadRequest
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.