public class TaskStatus extends Object
| Constructor and Description |
|---|
TaskStatus(String id,
TaskState status,
long duration) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getDuration() |
String |
getId() |
TaskState |
getStatusCode() |
int |
hashCode() |
String |
toString() |
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.