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 booleanequals(java.lang.Object o)TgetEvent()Returns the event.TimestampgetTimestamp()Returns theTimestampof this event.inthashCode()java.lang.StringtoString()-
Methods inherited from class io.opencensus.trace.export.SpanData.TimedEvent
create
-
-
-
-
Method Detail
-
getTimestamp
public Timestamp getTimestamp()
Description copied from class:SpanData.TimedEventReturns theTimestampof this event.- Specified by:
getTimestampin classSpanData.TimedEvent<T>- Returns:
- the
Timestampof this event.
-
getEvent
public T getEvent()
Description copied from class:SpanData.TimedEventReturns the event.- Specified by:
getEventin classSpanData.TimedEvent<T>- Returns:
- the event.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-