Package io.opencensus.stats
Class AutoValue_ViewData_AggregationWindowData_IntervalData
- java.lang.Object
-
- io.opencensus.stats.ViewData.AggregationWindowData
-
- io.opencensus.stats.ViewData.AggregationWindowData.IntervalData
-
- io.opencensus.stats.AutoValue_ViewData_AggregationWindowData_IntervalData
-
@Deprecated @Immutable @Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_ViewData_AggregationWindowData_IntervalData extends ViewData.AggregationWindowData.IntervalData
Deprecated.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.opencensus.stats.ViewData.AggregationWindowData
ViewData.AggregationWindowData.CumulativeData, ViewData.AggregationWindowData.IntervalData
-
-
Constructor Summary
Constructors Constructor Description AutoValue_ViewData_AggregationWindowData_IntervalData(Timestamp end)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
Deprecated.Timestamp
getEnd()
Deprecated.Returns the endTimestamp
for anViewData.AggregationWindowData.IntervalData
.int
hashCode()
Deprecated.java.lang.String
toString()
Deprecated.-
Methods inherited from class io.opencensus.stats.ViewData.AggregationWindowData.IntervalData
create, match
-
-
-
-
Field Detail
-
end
private final Timestamp end
Deprecated.
-
-
Constructor Detail
-
AutoValue_ViewData_AggregationWindowData_IntervalData
AutoValue_ViewData_AggregationWindowData_IntervalData(Timestamp end)
Deprecated.
-
-
Method Detail
-
getEnd
public Timestamp getEnd()
Deprecated.Description copied from class:ViewData.AggregationWindowData.IntervalData
Returns the endTimestamp
for anViewData.AggregationWindowData.IntervalData
.- Specified by:
getEnd
in classViewData.AggregationWindowData.IntervalData
- Returns:
- the end
Timestamp
.
-
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
-
-