Package io.opencensus.stats
Class AutoValue_ViewData_AggregationWindowData_CumulativeData
java.lang.Object
io.opencensus.stats.ViewData.AggregationWindowData
io.opencensus.stats.ViewData.AggregationWindowData.CumulativeData
io.opencensus.stats.AutoValue_ViewData_AggregationWindowData_CumulativeData
@Deprecated
@Immutable
@Generated("com.google.auto.value.processor.AutoValueProcessor")
final class AutoValue_ViewData_AggregationWindowData_CumulativeData
extends ViewData.AggregationWindowData.CumulativeData
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.opencensus.stats.ViewData.AggregationWindowData
ViewData.AggregationWindowData.CumulativeData, ViewData.AggregationWindowData.IntervalData
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.getEnd()
Deprecated.Returns the endTimestamp
for aViewData.AggregationWindowData.CumulativeData
.getStart()
Deprecated.Returns the startTimestamp
for aViewData.AggregationWindowData.CumulativeData
.int
hashCode()
Deprecated.toString()
Deprecated.Methods inherited from class io.opencensus.stats.ViewData.AggregationWindowData.CumulativeData
create, match
-
Field Details
-
start
Deprecated. -
end
Deprecated.
-
-
Constructor Details
-
AutoValue_ViewData_AggregationWindowData_CumulativeData
Deprecated.
-
-
Method Details
-
getStart
Deprecated.Description copied from class:ViewData.AggregationWindowData.CumulativeData
Returns the startTimestamp
for aViewData.AggregationWindowData.CumulativeData
.- Specified by:
getStart
in classViewData.AggregationWindowData.CumulativeData
- Returns:
- the start
Timestamp
.
-
getEnd
Deprecated.Description copied from class:ViewData.AggregationWindowData.CumulativeData
Returns the endTimestamp
for aViewData.AggregationWindowData.CumulativeData
.- Specified by:
getEnd
in classViewData.AggregationWindowData.CumulativeData
- Returns:
- the end
Timestamp
.
-
toString
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated.
-