Package io.opencensus.metrics.export
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 io.opencensus.metrics.export.Summary
Summary.Snapshot
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getCount()
Returns the aggregated count.Returns theSummary.Snapshot
.getSum()
Returns the aggregated sum.int
hashCode()
toString()
-
Field Details
-
count
-
sum
-
snapshot
-
-
Constructor Details
-
AutoValue_Summary
AutoValue_Summary(@Nullable Long count, @Nullable Double sum, Summary.Snapshot snapshot)
-
-
Method Details
-
getCount
Description copied from class:Summary
Returns the aggregated count. If not available returnsnull
. -
getSum
Description copied from class:Summary
Returns the aggregated sum. If not available returnsnull
. -
getSnapshot
Description copied from class:Summary
Returns theSummary.Snapshot
.- Specified by:
getSnapshot
in classSummary
- Returns:
- the
Snapshot
.
-
toString
-
equals
-
hashCode
public int hashCode()
-