Package org.zalando.logbook.jmh
Class DefaultCorrelation
- java.lang.Object
-
- org.zalando.logbook.jmh.DefaultCorrelation
-
- All Implemented Interfaces:
Correlation,Precorrelation
public class DefaultCorrelation extends Object implements Correlation
-
-
Constructor Summary
Constructors Constructor Description DefaultCorrelation(String id, Instant start, Instant end, Duration duration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DurationgetDuration()InstantgetEnd()StringgetId()InstantgetStart()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.zalando.logbook.Correlation
correlate
-
-
-
-
Method Detail
-
getId
public String getId()
- Specified by:
getIdin interfacePrecorrelation
-
getStart
public Instant getStart()
- Specified by:
getStartin interfacePrecorrelation
-
getEnd
public Instant getEnd()
- Specified by:
getEndin interfaceCorrelation
-
getDuration
public Duration getDuration()
- Specified by:
getDurationin interfaceCorrelation
-
-