public class RecordedEvent extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
category |
String |
host |
long |
id |
String |
name |
int |
role |
String |
text |
String |
time |
long |
timestamp |
| Constructor and Description |
|---|
RecordedEvent() |
RecordedEvent(long id,
String name,
long timestamp,
String category,
String text)
Create an event.
|
public long id
public String name
public long timestamp
public String time
public String category
public String host
public int role
public String text
public RecordedEvent()
public RecordedEvent(long id,
String name,
long timestamp,
String category,
String text)
id - id countername - event nametimestamp - timestamp. If non-zero, is used to build the time text field.category - even categorytext - arbitrary textCopyright © 2014–2015 The Apache Software Foundation. All rights reserved.