public class TaskExecutionEventReportVO extends Object
| Constructor and Description |
|---|
TaskExecutionEventReportVO(long id,
long taskId,
String description,
String state,
Date dateOfEvent,
String taskName,
String taskState)
Public constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Date |
getDateOfEvent()
Get date of event.
|
String |
getDescription()
Get description.
|
long |
getId()
Get id.
|
String |
getState()
Get event state.
|
long |
getTaskExecutionId()
Get task execution id.
|
String |
getTaskName()
Get task name.
|
String |
getTaskState()
Get task state.
|
public TaskExecutionEventReportVO(long id,
long taskId,
String description,
String state,
Date dateOfEvent,
String taskName,
String taskState)
id - idtaskId - task iddescription - descriptionstate - statedateOfEvent - date of eventtaskName - task nametaskState - task statepublic long getId()
public long getTaskExecutionId()
public String getState()
public String getDescription()
public Date getDateOfEvent()
public String getTaskName()
public String getTaskState()
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.