@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PropertyValueHistory extends Object implements Serializable, Cloneable, StructuredPojo
The history of values for a time series property.
| Constructor and Description |
|---|
PropertyValueHistory() |
| Modifier and Type | Method and Description |
|---|---|
PropertyValueHistory |
clone() |
boolean |
equals(Object obj) |
EntityPropertyReference |
getEntityPropertyReference()
An object that uniquely identifies an entity property.
|
List<PropertyValue> |
getValues()
A list of objects that contain information about the values in the history of a time series property.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setEntityPropertyReference(EntityPropertyReference entityPropertyReference)
An object that uniquely identifies an entity property.
|
void |
setValues(Collection<PropertyValue> values)
A list of objects that contain information about the values in the history of a time series property.
|
String |
toString()
Returns a string representation of this object.
|
PropertyValueHistory |
withEntityPropertyReference(EntityPropertyReference entityPropertyReference)
An object that uniquely identifies an entity property.
|
PropertyValueHistory |
withValues(Collection<PropertyValue> values)
A list of objects that contain information about the values in the history of a time series property.
|
PropertyValueHistory |
withValues(PropertyValue... values)
A list of objects that contain information about the values in the history of a time series property.
|
public void setEntityPropertyReference(EntityPropertyReference entityPropertyReference)
An object that uniquely identifies an entity property.
entityPropertyReference - An object that uniquely identifies an entity property.public EntityPropertyReference getEntityPropertyReference()
An object that uniquely identifies an entity property.
public PropertyValueHistory withEntityPropertyReference(EntityPropertyReference entityPropertyReference)
An object that uniquely identifies an entity property.
entityPropertyReference - An object that uniquely identifies an entity property.public List<PropertyValue> getValues()
A list of objects that contain information about the values in the history of a time series property.
public void setValues(Collection<PropertyValue> values)
A list of objects that contain information about the values in the history of a time series property.
values - A list of objects that contain information about the values in the history of a time series property.public PropertyValueHistory withValues(PropertyValue... values)
A list of objects that contain information about the values in the history of a time series property.
NOTE: This method appends the values to the existing list (if any). Use
setValues(java.util.Collection) or withValues(java.util.Collection) if you want to override the
existing values.
values - A list of objects that contain information about the values in the history of a time series property.public PropertyValueHistory withValues(Collection<PropertyValue> values)
A list of objects that contain information about the values in the history of a time series property.
values - A list of objects that contain information about the values in the history of a time series property.public String toString()
toString in class ObjectObject.toString()public PropertyValueHistory clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.