public class ImmutableSample extends Object implements org.opennms.integration.api.v1.timeseries.Sample
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableSample.ImmutableSampleBuilder |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableSample.ImmutableSampleBuilder |
builder() |
boolean |
equals(Object o) |
org.opennms.integration.api.v1.timeseries.Metric |
getMetric() |
Instant |
getTime() |
Double |
getValue() |
int |
hashCode() |
String |
toString() |
public org.opennms.integration.api.v1.timeseries.Metric getMetric()
getMetric in interface org.opennms.integration.api.v1.timeseries.Samplepublic Instant getTime()
getTime in interface org.opennms.integration.api.v1.timeseries.Samplepublic Double getValue()
getValue in interface org.opennms.integration.api.v1.timeseries.Samplepublic static ImmutableSample.ImmutableSampleBuilder builder()
Copyright © 2021. All rights reserved.