public class FileMigration extends Object implements ModelInterface
| Modifier and Type | Field and Description |
|---|---|
String |
destPath
Destination path
|
Long |
filesMoved
Number of files processed
|
Long |
filesTotal |
Long |
id
File migration ID
|
String |
logUrl
Link to download the log file for this migration.
|
String |
operation
The type of operation
|
String |
path
Source path.
|
String |
region
Region
|
String |
status
Status
|
| Constructor and Description |
|---|
FileMigration() |
FileMigration(HashMap<String,Object> parameters) |
FileMigration(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
static FileMigration |
find(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static FileMigration |
find(Long id,
HashMap<String,Object> parameters)
Parameters:
id (required) - int64 - File Migration ID.
|
static FileMigration |
find(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static FileMigration |
get() |
static FileMigration |
get(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetOptionspublic Long id
public String path
public String destPath
public Long filesMoved
public Long filesTotal
public String operation
public String region
public String status
public String logUrl
public static FileMigration find(Long id, HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static FileMigration find(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static FileMigration find(Long id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static FileMigration get() throws RuntimeException
RuntimeExceptionpublic static FileMigration get(Long id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionCopyright © 2024 com.github.files-com. All rights reserved.