Uses of Class
org.opennms.integration.api.v1.timeseries.immutables.ImmutableDataPoint.ImmutableDataPointBuilder
-
Packages that use ImmutableDataPoint.ImmutableDataPointBuilder Package Description org.opennms.integration.api.v1.timeseries.immutables -
-
Uses of ImmutableDataPoint.ImmutableDataPointBuilder in org.opennms.integration.api.v1.timeseries.immutables
Methods in org.opennms.integration.api.v1.timeseries.immutables that return ImmutableDataPoint.ImmutableDataPointBuilder Modifier and Type Method Description static ImmutableDataPoint.ImmutableDataPointBuilderImmutableDataPoint. builder()ImmutableDataPoint.ImmutableDataPointBuilderImmutableDataPoint.ImmutableDataPointBuilder. time(java.time.Instant time)ImmutableDataPoint.ImmutableDataPointBuilderImmutableDataPoint.ImmutableDataPointBuilder. value(java.lang.Double value)
-