|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.vcloud.domain.internal.ReferenceTypeImpl
org.jclouds.vcloud.domain.internal.TaskImpl
public class TaskImpl
| Constructor Summary | |
|---|---|
TaskImpl(URI id,
String operation,
TaskStatus status,
Date startTime,
Date endTime,
Date expiryTime,
ReferenceType owner,
VCloudError error)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
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. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class org.jclouds.vcloud.domain.internal.ReferenceTypeImpl |
|---|
compareTo, getHref, getName, getType |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jclouds.vcloud.domain.ReferenceType |
|---|
getHref, getName, getType |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Constructor Detail |
|---|
public TaskImpl(URI id,
String operation,
TaskStatus status,
Date startTime,
@Nullable
Date endTime,
@Nullable
Date expiryTime,
ReferenceType owner,
VCloudError error)
| Method Detail |
|---|
public TaskStatus getStatus()
Task
getStatus in interface Taskpublic Date getStartTime()
Task
getStartTime in interface Taskpublic ReferenceType getOwner()
Task
getOwner in interface Taskpublic Date getEndTime()
Task
getEndTime in interface Taskpublic VCloudError getError()
Task
getError in interface Taskpublic String toString()
toString in class ReferenceTypeImplpublic Date getExpiryTime()
Task
getExpiryTime in interface Taskpublic String getOperation()
Task
getOperation in interface Taskpublic int hashCode()
hashCode in class ReferenceTypeImplpublic boolean equals(Object obj)
equals in class ReferenceTypeImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||