Package io.opencensus.stats
Class AutoValue_View_AggregationWindow_Cumulative
- java.lang.Object
-
- io.opencensus.stats.View.AggregationWindow
-
- io.opencensus.stats.View.AggregationWindow.Cumulative
-
- io.opencensus.stats.AutoValue_View_AggregationWindow_Cumulative
-
@Deprecated @Immutable @Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_View_AggregationWindow_Cumulative extends View.AggregationWindow.CumulativeDeprecated.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.opencensus.stats.View.AggregationWindow
View.AggregationWindow.Cumulative, View.AggregationWindow.Interval
-
-
Constructor Summary
Constructors Constructor Description AutoValue_View_AggregationWindow_Cumulative()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(java.lang.Object o)Deprecated.inthashCode()Deprecated.java.lang.StringtoString()Deprecated.-
Methods inherited from class io.opencensus.stats.View.AggregationWindow.Cumulative
create, match
-
-
-
-
Method Detail
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
Deprecated.- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCodein classjava.lang.Object
-
-