@Generated(value="software.amazon.awssdk:codegen") public final class DataPoint extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DataPoint.Builder,DataPoint>
A timestamp, and a single numerical value, which together represent a measurement at a particular point in time.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DataPoint.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DataPoint.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DataPoint.Builder> |
serializableBuilderClass() |
Instant |
timestamp()
The time, in epoch format, associated with a particular
Value. |
DataPoint.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Double |
value()
The actual value associated with a particular
Timestamp. |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant timestamp()
The time, in epoch format, associated with a particular Value.
Value.public final Double value()
The actual value associated with a particular Timestamp.
Timestamp.public DataPoint.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DataPoint.Builder,DataPoint>public static DataPoint.Builder builder()
public static Class<? extends DataPoint.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.