public interface Task extends ReferenceType
Modifier and Type | Method and Description |
---|---|
Date |
getEndTime()
date and time when the task completed.
|
VCloudError |
getError()
error message or related information returned by the task
|
Date |
getExpiryTime()
date and time at which the task expires.
|
String |
getOperation()
The current status of the task.
|
ReferenceType |
getOwner()
A link to the object that owns the task.
|
Date |
getStartTime()
date and time when the task was started.
|
TaskStatus |
getStatus()
The current status of the task.
|
getHref, getName, getType
compareTo
String getOperation()
TaskStatus getStatus()
Date getStartTime()
Date getEndTime()
Date getExpiryTime()
ReferenceType getOwner()
@Nullable VCloudError getError()
Copyright © 2009-2012 jclouds. All Rights Reserved.