public class ExportTaskExecutionInfo
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Represents the status of an export task.
Modifier and Type | Field and Description |
---|---|
private java.lang.Long |
completionTime
A point in time when the export task got completed.
|
private java.lang.Long |
creationTime
A point in time when the export task got created.
|
Constructor and Description |
---|
ExportTaskExecutionInfo() |
Modifier and Type | Method and Description |
---|---|
ExportTaskExecutionInfo |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.Long |
getCompletionTime()
A point in time when the export task got completed.
|
java.lang.Long |
getCreationTime()
A point in time when the export task got created.
|
int |
hashCode() |
void |
setCompletionTime(java.lang.Long completionTime)
A point in time when the export task got completed.
|
void |
setCreationTime(java.lang.Long creationTime)
A point in time when the export task got created.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ExportTaskExecutionInfo |
withCompletionTime(java.lang.Long completionTime)
A point in time when the export task got completed.
|
ExportTaskExecutionInfo |
withCreationTime(java.lang.Long creationTime)
A point in time when the export task got created.
|
private java.lang.Long creationTime
A point in time when the export task got created.
private java.lang.Long completionTime
A point in time when the export task got completed.
public void setCreationTime(java.lang.Long creationTime)
A point in time when the export task got created.
creationTime
- A point in time when the export task got created.public java.lang.Long getCreationTime()
A point in time when the export task got created.
public ExportTaskExecutionInfo withCreationTime(java.lang.Long creationTime)
A point in time when the export task got created.
creationTime
- A point in time when the export task got created.public void setCompletionTime(java.lang.Long completionTime)
A point in time when the export task got completed.
completionTime
- A point in time when the export task got completed.public java.lang.Long getCompletionTime()
A point in time when the export task got completed.
public ExportTaskExecutionInfo withCompletionTime(java.lang.Long completionTime)
A point in time when the export task got completed.
completionTime
- A point in time when the export task got completed.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ExportTaskExecutionInfo clone()
clone
in class java.lang.Object