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 void setCreationDateTime(Date creationDateTime)
The date and time when the cluster step was created.
creationDateTime
- The date and time when the cluster step was created.public Date getCreationDateTime()
The date and time when the cluster step was created.
public StepTimeline withCreationDateTime(Date creationDateTime)
The date and time when the cluster step was created.
creationDateTime
- The date and time when the cluster step was created.public void setStartDateTime(Date startDateTime)
The date and time when the cluster step execution started.
startDateTime
- The date and time when the cluster step execution started.public Date getStartDateTime()
The date and time when the cluster step execution started.
public StepTimeline withStartDateTime(Date startDateTime)
The date and time when the cluster step execution started.
startDateTime
- The date and time when the cluster step execution started.public void setEndDateTime(Date endDateTime)
The date and time when the cluster step execution completed or failed.
endDateTime
- The date and time when the cluster step execution completed or
failed.public Date getEndDateTime()
The date and time when the cluster step execution completed or failed.
public StepTimeline withEndDateTime(Date endDateTime)
The date and time when the cluster step execution completed or failed.
endDateTime
- The date and time when the cluster step execution completed or
failed.public String toString()
toString
in class Object
Object.toString()
public StepTimeline clone()
Copyright © 2016. All rights reserved.