public class TaskExecution extends Object
| Constructor and Description |
|---|
TaskExecution(long id,
long taskId,
String state,
Date startDate,
Date endDate)
Public constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Date |
getEndDate()
Get end date.
|
long |
getId()
Get id.
|
Date |
getStartDate()
Get start date.
|
String |
getState()
Get state.
|
long |
getTaskId()
Get task id.
|
public long getId()
public long getTaskId()
public String getState()
public Date getStartDate()
public Date getEndDate()
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.