Package io.opencensus.metrics.export
Class AutoValue_Point
- java.lang.Object
-
- io.opencensus.metrics.export.Point
-
- io.opencensus.metrics.export.AutoValue_Point
-
@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_Point extends Point
-
-
Constructor Summary
Constructors Constructor Description AutoValue_Point(Value value, Timestamp timestamp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)TimestampgetTimestamp()ValuegetValue()Returns theValue.inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getTimestamp
public Timestamp getTimestamp()
Description copied from class:Point- Specified by:
getTimestampin classPoint- Returns:
- the
Timestamp.
-
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
-
-