Class AutoValue_Summary_Snapshot
java.lang.Object
io.opencensus.metrics.export.Summary.Snapshot
io.opencensus.metrics.export.AutoValue_Summary_Snapshot
@Generated("com.google.auto.value.processor.AutoValueProcessor")
final class AutoValue_Summary_Snapshot
extends Summary.Snapshot
-
Nested Class Summary
Nested classes/interfaces inherited from class Summary.Snapshot
Summary.Snapshot.ValueAtPercentile -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Longprivate final Doubleprivate final List<Summary.Snapshot.ValueAtPercentile> -
Constructor Summary
ConstructorsConstructorDescriptionAutoValue_Summary_Snapshot(Long count, Double sum, List<Summary.Snapshot.ValueAtPercentile> valueAtPercentiles) -
Method Summary
Methods inherited from class Summary.Snapshot
create
-
Field Details
-
count
-
sum
-
valueAtPercentiles
-
-
Constructor Details
-
AutoValue_Summary_Snapshot
-
-
Method Details
-
getCount
Description copied from class:Summary.SnapshotReturns the number of values in thisSnapshot. If not available returnsnull.- Specified by:
getCountin classSummary.Snapshot- Returns:
- the number of values in this
Snapshot.
-
getSum
Description copied from class:Summary.SnapshotReturns the sum of values in thisSnapshot. If not available returnsnull.- Specified by:
getSumin classSummary.Snapshot- Returns:
- the sum of values in this
Snapshot.
-
getValueAtPercentiles
Description copied from class:Summary.SnapshotReturns the list ofValueAtPercentiles in thisSnapshot.- Specified by:
getValueAtPercentilesin classSummary.Snapshot- Returns:
- the list of
ValueAtPercentiles in thisSnapshot.
-
toString
-
equals
-
hashCode
-