@Portable public class TaskEventSummary extends GenericSummary<Long>
GenericSummary.LabeledCommand
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() |
addCallback, equals, getCallbacks, getId, getName, hasCallbacks, hashCode, setCallbacks, setId, setName
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–2020 JBoss by Red Hat. All rights reserved.