@Portable public class TaskEventSummary extends GenericSummary<Long>
id, name| Constructor and Description |
|---|
TaskEventSummary() |
TaskEventSummary(Long eventId,
Long taskId,
String type,
String userId,
Long workItemId,
Date logTime,
String message) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getEventId() |
Date |
getLogTime() |
String |
getMessage() |
Long |
getTaskId() |
String |
getType() |
String |
getUserId() |
Long |
getWorkItemId() |
String |
toString() |
public Long getEventId()
public Long getTaskId()
public String getType()
public String getUserId()
public Date getLogTime()
public Long getWorkItemId()
public String getMessage()
public String toString()
toString in class GenericSummary<Long>Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.