public class OvhTask extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
currentStep
Task current step
canBeNull && readOnly
|
Date |
expectedDoneDate
Task expected done date
canBeNull && readOnly
|
String |
id
Task id
canBeNull && readOnly
|
Date |
lastUpdateDate
Task last update date
canBeNull && readOnly
|
String |
productDomain
Linked product
canBeNull && readOnly
|
Long |
progress
Task percentage progression
canBeNull && readOnly
|
String |
taskName
Task name
canBeNull && readOnly
|
OvhTaskTypeEnum |
taskStatus
Task status
canBeNull && readOnly
|
| Constructor and Description |
|---|
OvhTask() |
public String currentStep
public Date lastUpdateDate
public Date expectedDoneDate
public Long progress
public String taskName
public String id
public String productDomain
public OvhTaskTypeEnum taskStatus
Copyright © 2018. All rights reserved.