Class AutoValue_Summary
java.lang.Object
io.opencensus.metrics.export.Summary
io.opencensus.metrics.export.AutoValue_Summary
@Generated("com.google.auto.value.processor.AutoValueProcessor")
final class AutoValue_Summary
extends Summary
-
Nested Class Summary
Nested classes/interfaces inherited from class Summary
Summary.Snapshot -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCount()Returns the aggregated count.Returns theSummary.Snapshot.getSum()Returns the aggregated sum.inthashCode()toString()
-
Field Details
-
count
-
sum
-
snapshot
-
-
Constructor Details
-
AutoValue_Summary
AutoValue_Summary(@Nullable Long count, @Nullable Double sum, Summary.Snapshot snapshot)
-
-
Method Details
-
getCount
-
getSum
-
getSnapshot
Description copied from class:SummaryReturns theSummary.Snapshot.- Specified by:
getSnapshotin classSummary- Returns:
- the
Snapshot.
-
toString
-
equals
-
hashCode
-