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 classAutoValue_IntervalMetricReader_Options.Builder
-
Field Summary
Fields Modifier and Type Field Description private DurationexportInterval
-
Constructor Summary
Constructors Modifier Constructor Description privateAutoValue_IntervalMetricReader_Options(Duration exportInterval)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)DurationgetExportInterval()Returns the export interval between pushes to StackDriver.inthashCode()java.lang.StringtoString()-
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.OptionsReturns the export interval between pushes to StackDriver.- Specified by:
getExportIntervalin classIntervalMetricReader.Options- Returns:
- the export interval.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-