public class OvhTask extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
description
Current progress description
canBeNull && readOnly
|
Date |
lastModificationDate
Task last modification date
canBeNull && readOnly
|
String |
name
Task name
canBeNull && readOnly
|
Long |
progress
Current progress
canBeNull && readOnly
|
OvhTaskStateEnum |
state
Current Task state
canBeNull && readOnly
|
Long |
taskId
Task id
canBeNull && readOnly
|
| Constructor and Description |
|---|
OvhTask() |
public Date lastModificationDate
public String name
public Long progress
public String description
public OvhTaskStateEnum state
public Long taskId
Copyright © 2018. All rights reserved.