@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-24T15:10:39.441-05:00") public class WorkflowStep extends Object
| Constructor and Description |
|---|
WorkflowStep() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Date |
getEndTime()
The end time of the step
|
String |
getId()
The internal identifier that uniquely references a step
|
String |
getName()
The name of the step
|
Date |
getStartTime()
The start time of the step
|
int |
hashCode() |
void |
setEndTime(Date endTime) |
void |
setId(String id) |
void |
setName(String name) |
void |
setStartTime(Date startTime) |
String |
toString() |
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public Date getStartTime()
public void setStartTime(Date startTime)
public Date getEndTime()
public void setEndTime(Date endTime)
Copyright © 2017. All rights reserved.