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 boolean
equals(java.lang.Object o)
Timestamp
getTimestamp()
Value
getValue()
Returns theValue
.int
hashCode()
java.lang.String
toString()
-
-
-
Method Detail
-
getTimestamp
public Timestamp getTimestamp()
Description copied from class:Point
- Specified by:
getTimestamp
in classPoint
- Returns:
- the
Timestamp
.
-
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
-
-