public class OvhTask extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
databaseName
Database name on which the task is working
canBeNull && readOnly
|
Date |
doneDate
Completion date
canBeNull && readOnly
|
Long |
dumpId
DumpId on which the task is working
canBeNull && readOnly
|
OvhFunctionEnum |
function
Function name
canBeNull && readOnly
|
Long |
id
The id of the task
canBeNull && readOnly
|
Date |
lastUpdate
Last update
canBeNull && readOnly
|
Date |
startDate
Task Creation date
canBeNull && readOnly
|
OvhStatusEnum |
status
Task status
canBeNull && readOnly
|
String |
userName
User name on which the task is working
canBeNull && readOnly
|
| Constructor and Description |
|---|
OvhTask() |
public String databaseName
public OvhFunctionEnum function
public Long dumpId
public Date lastUpdate
public Long id
public String userName
public Date doneDate
public Date startDate
public OvhStatusEnum status
Copyright © 2017. All rights reserved.