@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-24T15:10:39.441-05:00") public class StatusTimeline extends Object
| Constructor and Description |
|---|
StatusTimeline() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Date |
getCreationTime()
The creation date and time of the cluster.
|
Date |
getEndTime()
The date and time when the cluster was terminated.
|
Date |
getReadyTime()
The date and time when the cluster was ready to execute steps.
|
int |
hashCode() |
void |
setCreationTime(Date creationTime) |
void |
setEndTime(Date endTime) |
void |
setReadyTime(Date readyTime) |
String |
toString() |
public Date getCreationTime()
public void setCreationTime(Date creationTime)
public Date getReadyTime()
public void setReadyTime(Date readyTime)
public Date getEndTime()
public void setEndTime(Date endTime)
Copyright © 2017. All rights reserved.