Package io.opencensus.trace.export
Class AutoValue_SpanData_TimedEvent<T>
- java.lang.Object
-
- io.opencensus.trace.export.SpanData.TimedEvent<T>
-
- io.opencensus.trace.export.AutoValue_SpanData_TimedEvent<T>
-
@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_SpanData_TimedEvent<T> extends SpanData.TimedEvent<T>
-
-
Constructor Summary
Constructors Constructor Description AutoValue_SpanData_TimedEvent(Timestamp timestamp, T event)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
T
getEvent()
Returns the event.Timestamp
getTimestamp()
Returns theTimestamp
of this event.int
hashCode()
java.lang.String
toString()
-
Methods inherited from class io.opencensus.trace.export.SpanData.TimedEvent
create
-
-
-
-
Method Detail
-
getTimestamp
public Timestamp getTimestamp()
Description copied from class:SpanData.TimedEvent
Returns theTimestamp
of this event.- Specified by:
getTimestamp
in classSpanData.TimedEvent<T>
- Returns:
- the
Timestamp
of this event.
-
getEvent
public T getEvent()
Description copied from class:SpanData.TimedEvent
Returns the event.- Specified by:
getEvent
in classSpanData.TimedEvent<T>
- Returns:
- the event.
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-