public static class RequestLogGetEvent.LogEntryResult
extends java.lang.Object
Constructor and Description |
---|
LogEntryResult() |
LogEntryResult(int id,
long millis,
java.lang.String data) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getData() |
int |
getId() |
long |
getMillis() |
void |
setData(java.lang.String data) |
void |
setId(int id) |
void |
setMillis(long millis) |