@Generated(value="org.immutables.processor.ProxyProcessor") public final class Gauge extends Object
_Gauge.
Use the builder to create immutable instances:
Gauge.builder().
| Modifier and Type | Class and Description |
|---|---|
static class |
Gauge.Builder
Builds instances of type
Gauge. |
| Modifier and Type | Method and Description |
|---|---|
static Gauge.Builder |
builder()
Creates a builder for
Gauge. |
boolean |
equals(Object another)
This instance is equal to all instances of
Gauge that have equal attribute values. |
Map<String,Metric> |
getMetrics()
The gauge metrics
|
int |
hashCode()
Computes a hash code from attributes:
metrics. |
String |
toString()
Prints the immutable value
Gauge with attribute values. |
public boolean equals(Object another)
Gauge that have equal attribute values.public int hashCode()
metrics.public String toString()
Gauge with attribute values.public static Gauge.Builder builder()
Gauge.
Gauge.builder()
.metric|putAllMetrics(String => Metric) // metrics mappings
.build();
Copyright © 2021. All rights reserved.