@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.Quality
public String getQuality()
The quality of the aggregated data.
Quality
public AggregatedValue withQuality(String quality)
The quality of the aggregated data.
quality
- The quality of the aggregated data.Quality
public AggregatedValue withQuality(Quality quality)
The quality of the aggregated data.
quality
- The quality of the aggregated data.Quality
public 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 Object
Object.toString()
public AggregatedValue clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.