public class ExportTaskExecutionInfo extends Object implements Serializable, Cloneable
Represents the status of an export task.
Constructor and Description |
---|
ExportTaskExecutionInfo() |
Modifier and Type | Method and Description |
---|---|
ExportTaskExecutionInfo |
clone() |
boolean |
equals(Object obj) |
Long |
getCompletionTime()
A point in time when the export task got completed.
|
Long |
getCreationTime()
A point in time when the export task got created.
|
int |
hashCode() |
void |
setCompletionTime(Long completionTime)
A point in time when the export task got completed.
|
void |
setCreationTime(Long creationTime)
A point in time when the export task got created.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ExportTaskExecutionInfo |
withCompletionTime(Long completionTime)
A point in time when the export task got completed.
|
ExportTaskExecutionInfo |
withCreationTime(Long creationTime)
A point in time when the export task got created.
|
public void setCreationTime(Long creationTime)
A point in time when the export task got created.
creationTime
- A point in time when the export task got created.public Long getCreationTime()
A point in time when the export task got created.
public ExportTaskExecutionInfo withCreationTime(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(Long completionTime)
A point in time when the export task got completed.
completionTime
- A point in time when the export task got completed.public Long getCompletionTime()
A point in time when the export task got completed.
public ExportTaskExecutionInfo withCompletionTime(Long completionTime)
A point in time when the export task got completed.
completionTime
- A point in time when the export task got completed.public String toString()
toString
in class Object
Object.toString()
public ExportTaskExecutionInfo clone()
Copyright © 2016. All rights reserved.