| Package | Description |
|---|---|
| org.gcube.data.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
static TransferTicket.Status |
TransferTicket.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransferTicket.Status[] |
TransferTicket.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TransferTicket(TransferRequest request,
TransferTicket.Status status,
long transferredBytes,
double percent,
long averageTransferSpeed,
DateWrapper submissionTime,
String destinationFileName,
String message,
Map<String,ExecutionReport> executionReports) |
Copyright © 2018. All Rights Reserved.