Package io.opencensus.stats
Class AutoValue_View_AggregationWindow_Interval
- java.lang.Object
-
- io.opencensus.stats.View.AggregationWindow
-
- io.opencensus.stats.View.AggregationWindow.Interval
-
- io.opencensus.stats.AutoValue_View_AggregationWindow_Interval
-
@Deprecated @Immutable @Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_View_AggregationWindow_Interval extends View.AggregationWindow.Interval
Deprecated.
-
-
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_Interval(Duration duration)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
Deprecated.Duration
getDuration()
Deprecated.Returns theDuration
associated with thisInterval
.int
hashCode()
Deprecated.java.lang.String
toString()
Deprecated.-
Methods inherited from class io.opencensus.stats.View.AggregationWindow.Interval
create, match
-
-
-
-
Field Detail
-
duration
private final Duration duration
Deprecated.
-
-
Constructor Detail
-
AutoValue_View_AggregationWindow_Interval
AutoValue_View_AggregationWindow_Interval(Duration duration)
Deprecated.
-
-
Method Detail
-
getDuration
public Duration getDuration()
Deprecated.Description copied from class:View.AggregationWindow.Interval
Returns theDuration
associated with thisInterval
.- Specified by:
getDuration
in classView.AggregationWindow.Interval
- Returns:
- a
Duration
.
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toString
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
Deprecated.- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCode
in classjava.lang.Object
-
-