@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PropertyValue extends Object implements Serializable, Cloneable, StructuredPojo
An object that contains information about a value for a time series property.
| Constructor and Description |
|---|
PropertyValue() |
| Modifier and Type | Method and Description |
|---|---|
PropertyValue |
clone() |
boolean |
equals(Object obj) |
Date |
getTimestamp()
The timestamp of a value for a time series property.
|
DataValue |
getValue()
An object that specifies a value for a time series property.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setTimestamp(Date timestamp)
The timestamp of a value for a time series property.
|
void |
setValue(DataValue value)
An object that specifies a value for a time series property.
|
String |
toString()
Returns a string representation of this object.
|
PropertyValue |
withTimestamp(Date timestamp)
The timestamp of a value for a time series property.
|
PropertyValue |
withValue(DataValue value)
An object that specifies a value for a time series property.
|
public void setTimestamp(Date timestamp)
The timestamp of a value for a time series property.
timestamp - The timestamp of a value for a time series property.public Date getTimestamp()
The timestamp of a value for a time series property.
public PropertyValue withTimestamp(Date timestamp)
The timestamp of a value for a time series property.
timestamp - The timestamp of a value for a time series property.public void setValue(DataValue value)
An object that specifies a value for a time series property.
value - An object that specifies a value for a time series property.public DataValue getValue()
An object that specifies a value for a time series property.
public PropertyValue withValue(DataValue value)
An object that specifies a value for a time series property.
value - An object that specifies a value for a time series property.public String toString()
toString in class ObjectObject.toString()public PropertyValue clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.