|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jclouds.trmk.vcloud_0_8.domain.internal.ReferenceTypeImpl org.jclouds.trmk.vcloud_0_8.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.trmk.vcloud_0_8.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.trmk.vcloud_0_8.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 Task
public Date getStartTime()
Task
getStartTime
in interface Task
public ReferenceType getOwner()
Task
getOwner
in interface Task
public Date getEndTime()
Task
getEndTime
in interface Task
public VCloudError getError()
Task
getError
in interface Task
public String toString()
toString
in class ReferenceTypeImpl
public Date getExpiryTime()
Task
getExpiryTime
in interface Task
public String getOperation()
Task
getOperation
in interface Task
public int hashCode()
hashCode
in class ReferenceTypeImpl
public boolean equals(Object obj)
equals
in class ReferenceTypeImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |