@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() |
String |
time()
ISO8601 DateTime of a value for a time series property.
|
Instant |
timestamp()
Deprecated.
This field is deprecated and will throw an error in the future. Use time instead.
|
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, waitcopy@Deprecated public 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 final String time()
ISO8601 DateTime of a value for a time series property.
The time for when the property value was recorded in ISO 8601 format: YYYY-MM-DDThh:mm:ss[.SSSSSSSSS][Z/±HH:mm].
[YYYY]: year
[MM]: month
[DD]: day
[hh]: hour
[mm]: minute
[ss]: seconds
[.SSSSSSSSS]: additional precision, where precedence is maintained. For example: [.573123] is equal to 573123000 nanoseconds.
Z: default timezone UTC
± HH:mm: time zone offset in Hours and Minutes.
Required sub-fields: YYYY-MM-DDThh:mm:ss and [Z/±HH:mm]
The time for when the property value was recorded in ISO 8601 format: YYYY-MM-DDThh:mm:ss[.SSSSSSSSS][Z/±HH:mm].
[YYYY]: year
[MM]: month
[DD]: day
[hh]: hour
[mm]: minute
[ss]: seconds
[.SSSSSSSSS]: additional precision, where precedence is maintained. For example: [.573123] is equal to 573123000 nanoseconds.
Z: default timezone UTC
± HH:mm: time zone offset in Hours and Minutes.
Required sub-fields: YYYY-MM-DDThh:mm:ss and [Z/±HH:mm]
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 © 2023. All rights reserved.