@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AggregatedValue extends Object implements Serializable, Cloneable, StructuredPojo
Contains aggregated asset property values (for example, average, minimum, and maximum).
| Constructor and Description |
|---|
AggregatedValue() |
| Modifier and Type | Method and Description |
|---|---|
AggregatedValue |
clone() |
boolean |
equals(Object obj) |
String |
getQuality()
The quality of the aggregated data.
|
Date |
getTimestamp()
The date the aggregating computations occurred, in Unix epoch time.
|
Aggregates |
getValue()
The value of the aggregates.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setQuality(String quality)
The quality of the aggregated data.
|
void |
setTimestamp(Date timestamp)
The date the aggregating computations occurred, in Unix epoch time.
|
void |
setValue(Aggregates value)
The value of the aggregates.
|
String |
toString()
Returns a string representation of this object.
|
AggregatedValue |
withQuality(Quality quality)
The quality of the aggregated data.
|
AggregatedValue |
withQuality(String quality)
The quality of the aggregated data.
|
AggregatedValue |
withTimestamp(Date timestamp)
The date the aggregating computations occurred, in Unix epoch time.
|
AggregatedValue |
withValue(Aggregates value)
The value of the aggregates.
|
public void setTimestamp(Date timestamp)
The date the aggregating computations occurred, in Unix epoch time.
timestamp - The date the aggregating computations occurred, in Unix epoch time.public Date getTimestamp()
The date the aggregating computations occurred, in Unix epoch time.
public AggregatedValue withTimestamp(Date timestamp)
The date the aggregating computations occurred, in Unix epoch time.
timestamp - The date the aggregating computations occurred, in Unix epoch time.public void setQuality(String quality)
The quality of the aggregated data.
quality - The quality of the aggregated data.Qualitypublic String getQuality()
The quality of the aggregated data.
Qualitypublic AggregatedValue withQuality(String quality)
The quality of the aggregated data.
quality - The quality of the aggregated data.Qualitypublic AggregatedValue withQuality(Quality quality)
The quality of the aggregated data.
quality - The quality of the aggregated data.Qualitypublic void setValue(Aggregates value)
The value of the aggregates.
value - The value of the aggregates.public Aggregates getValue()
The value of the aggregates.
public AggregatedValue withValue(Aggregates value)
The value of the aggregates.
value - The value of the aggregates.public String toString()
toString in class ObjectObject.toString()public AggregatedValue clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.