public class TaskExecutionEvent extends Object
| Constructor and Description |
|---|
TaskExecutionEvent(long id,
long taskId,
String description,
String state)
Public constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Get description.
|
long |
getId()
Get id.
|
String |
getState()
Get state.
|
long |
getTaskExecutionId()
Get task execution id.
|
public long getId()
public long getTaskExecutionId()
public String getState()
public String getDescription()
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.