Class RequestTimeline.Event
- java.lang.Object
-
- com.microsoft.azure.cosmosdb.internal.RequestTimeline.Event
-
- Enclosing class:
- RequestTimeline
public static final class RequestTimeline.Event extends Object
-
-
Constructor Summary
Constructors Constructor Description Event(String name, OffsetDateTime from, OffsetDateTime to)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DurationgetDuration()StringgetName()OffsetDateTimegetTime()
-
-
-
Constructor Detail
-
Event
public Event(String name, OffsetDateTime from, OffsetDateTime to)
-
-
Method Detail
-
getDuration
public Duration getDuration()
-
getName
public String getName()
-
getTime
public OffsetDateTime getTime()
-
-