public class HistoricRequestTracingEvent extends Object implements Comparable<HistoricRequestTracingEvent>
| Constructor and Description |
|---|
HistoricRequestTracingEvent(long occurringTime,
long elapsedTime,
String message) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(HistoricRequestTracingEvent e) |
boolean |
equals(Object o) |
long |
getElapsedTime() |
String |
getMessage() |
long |
getOccurringTime() |
int |
hashCode() |
String |
toString() |
public HistoricRequestTracingEvent(long occurringTime,
long elapsedTime,
String message)
public long getOccurringTime()
public long getElapsedTime()
public String getMessage()
public int compareTo(HistoricRequestTracingEvent e)
compareTo in interface Comparable<HistoricRequestTracingEvent>Copyright © 2017. All rights reserved.