@Generated(value="software.amazon.awssdk:codegen") public final class PropertyValue extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PropertyValue.Builder,PropertyValue>
An object that contains information about a value for a time series property.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PropertyValue.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PropertyValue.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 PropertyValue.Builder> |
serializableBuilderClass() |
Instant |
timestamp()
The timestamp of a value for a time series property.
|
PropertyValue.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
DataValue |
value()
An object that specifies a value for a time series property.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant timestamp()
The timestamp of a value for a time series property.
public final DataValue value()
An object that specifies a value for a time series property.
public PropertyValue.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PropertyValue.Builder,PropertyValue>public static PropertyValue.Builder builder()
public static Class<? extends PropertyValue.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.