| Modifier and Type | Method and Description |
|---|---|
ImmutableRawMetrics |
ImmutableRawMetrics.Builder.build()
Builds a new
ImmutableRawMetrics. |
static ImmutableRawMetrics |
ImmutableRawMetrics.copyOf(RawMetrics instance)
Creates an immutable copy of a
RawMetrics value. |
ImmutableRawMetrics |
ImmutableRawMetrics.withErrors(Long value)
Copy the current immutable object by setting a value for the
errors attribute. |
ImmutableRawMetrics |
ImmutableRawMetrics.withIntegrationId(String value)
Copy the current immutable object by setting a value for the
integrationId attribute. |
ImmutableRawMetrics |
ImmutableRawMetrics.withLastProcessed(Date value)
Copy the current immutable object by setting a present value for the optional
lastProcessed attribute. |
ImmutableRawMetrics |
ImmutableRawMetrics.withLastProcessed(Optional<? extends Date> optional)
Copy the current immutable object by setting an optional value for the
lastProcessed attribute. |
ImmutableRawMetrics |
ImmutableRawMetrics.withMessages(Long value)
Copy the current immutable object by setting a value for the
messages attribute. |
ImmutableRawMetrics |
ImmutableRawMetrics.withPod(String value)
Copy the current immutable object by setting a value for the
pod attribute. |
ImmutableRawMetrics |
ImmutableRawMetrics.withResetDate(Date value)
Copy the current immutable object by setting a present value for the optional
resetDate attribute. |
ImmutableRawMetrics |
ImmutableRawMetrics.withResetDate(Optional<? extends Date> optional)
Copy the current immutable object by setting an optional value for the
resetDate attribute. |
ImmutableRawMetrics |
ImmutableRawMetrics.withStartDate(Date value)
Copy the current immutable object by setting a present value for the optional
startDate attribute. |
ImmutableRawMetrics |
ImmutableRawMetrics.withStartDate(Optional<? extends Date> optional)
Copy the current immutable object by setting an optional value for the
startDate attribute. |
ImmutableRawMetrics |
ImmutableRawMetrics.withVersion(String value)
Copy the current immutable object by setting a value for the
version attribute. |
Copyright © 2016–2019 Red Hat. All rights reserved.