Class AutoValue_IntervalMetricReader_Options
- java.lang.Object
-
- io.opencensus.exporter.metrics.util.IntervalMetricReader.Options
-
- io.opencensus.exporter.metrics.util.AutoValue_IntervalMetricReader_Options
-
@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_IntervalMetricReader_Options extends IntervalMetricReader.Options
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static class
AutoValue_IntervalMetricReader_Options.Builder
-
Field Summary
Fields Modifier and Type Field Description private Duration
exportInterval
-
Constructor Summary
Constructors Modifier Constructor Description private
AutoValue_IntervalMetricReader_Options(Duration exportInterval)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
Duration
getExportInterval()
Returns the export interval between pushes to StackDriver.int
hashCode()
java.lang.String
toString()
-
Methods inherited from class io.opencensus.exporter.metrics.util.IntervalMetricReader.Options
builder
-
-
-
-
Field Detail
-
exportInterval
private final Duration exportInterval
-
-
Constructor Detail
-
AutoValue_IntervalMetricReader_Options
private AutoValue_IntervalMetricReader_Options(Duration exportInterval)
-
-
Method Detail
-
getExportInterval
public Duration getExportInterval()
Description copied from class:IntervalMetricReader.Options
Returns the export interval between pushes to StackDriver.- Specified by:
getExportInterval
in classIntervalMetricReader.Options
- Returns:
- the export interval.
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-