public class StepTimeline extends Object implements Serializable, Cloneable
The timeline of the cluster step lifecycle.
| Constructor and Description |
|---|
StepTimeline() |
| Modifier and Type | Method and Description |
|---|---|
StepTimeline |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationDateTime()
The date and time when the cluster step was created.
|
Date |
getEndDateTime()
The date and time when the cluster step execution completed or failed.
|
Date |
getStartDateTime()
The date and time when the cluster step execution started.
|
int |
hashCode() |
void |
setCreationDateTime(Date creationDateTime)
The date and time when the cluster step was created.
|
void |
setEndDateTime(Date endDateTime)
The date and time when the cluster step execution completed or failed.
|
void |
setStartDateTime(Date startDateTime)
The date and time when the cluster step execution started.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
StepTimeline |
withCreationDateTime(Date creationDateTime)
The date and time when the cluster step was created.
|
StepTimeline |
withEndDateTime(Date endDateTime)
The date and time when the cluster step execution completed or failed.
|
StepTimeline |
withStartDateTime(Date startDateTime)
The date and time when the cluster step execution started.
|
public Date getCreationDateTime()
public void setCreationDateTime(Date creationDateTime)
creationDateTime - The date and time when the cluster step was created.public StepTimeline withCreationDateTime(Date creationDateTime)
Returns a reference to this object so that method calls can be chained together.
creationDateTime - The date and time when the cluster step was created.public Date getStartDateTime()
public void setStartDateTime(Date startDateTime)
startDateTime - The date and time when the cluster step execution started.public StepTimeline withStartDateTime(Date startDateTime)
Returns a reference to this object so that method calls can be chained together.
startDateTime - The date and time when the cluster step execution started.public Date getEndDateTime()
public void setEndDateTime(Date endDateTime)
endDateTime - The date and time when the cluster step execution completed or failed.public StepTimeline withEndDateTime(Date endDateTime)
Returns a reference to this object so that method calls can be chained together.
endDateTime - The date and time when the cluster step execution completed or failed.public String toString()
toString in class ObjectObject.toString()public StepTimeline clone()
Copyright © 2015. All rights reserved.