Package io.opencensus.metrics.export
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 io.opencensus.metrics.export.Summary.Snapshot
Summary.Snapshot.ValueAtPercentile
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Long
private final Double
private 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 io.opencensus.metrics.export.Summary.Snapshot
create
-
Field Details
-
count
-
sum
-
valueAtPercentiles
-
-
Constructor Details
-
AutoValue_Summary_Snapshot
-
-
Method Details
-
getCount
Description copied from class:Summary.Snapshot
Returns the number of values in thisSnapshot
. If not available returnsnull
.- Specified by:
getCount
in classSummary.Snapshot
- Returns:
- the number of values in this
Snapshot
.
-
getSum
Description copied from class:Summary.Snapshot
Returns the sum of values in thisSnapshot
. If not available returnsnull
.- Specified by:
getSum
in classSummary.Snapshot
- Returns:
- the sum of values in this
Snapshot
.
-
getValueAtPercentiles
Description copied from class:Summary.Snapshot
Returns the list ofValueAtPercentile
s in thisSnapshot
.- Specified by:
getValueAtPercentiles
in classSummary.Snapshot
- Returns:
- the list of
ValueAtPercentile
s in thisSnapshot
.
-
toString
-
equals
-
hashCode
public int hashCode()
-