Class AutoValue_MeterConfig
- java.lang.Object
-
- io.opentelemetry.sdk.metrics.internal.MeterConfig
-
- io.opentelemetry.sdk.metrics.internal.AutoValue_MeterConfig
-
@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_MeterConfig extends MeterConfig
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
enabled
-
Constructor Summary
Constructors Constructor Description AutoValue_MeterConfig(boolean enabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
boolean
isEnabled()
Returnstrue
if this meter is enabled.java.lang.String
toString()
-
Methods inherited from class io.opentelemetry.sdk.metrics.internal.MeterConfig
configuratorBuilder, defaultConfig, disabled, enabled
-
-
-
-
Method Detail
-
isEnabled
public boolean isEnabled()
Description copied from class:MeterConfig
Returnstrue
if this meter is enabled. Defaults totrue
.- Specified by:
isEnabled
in classMeterConfig
-
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
-
-