@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Aggregates extends Object implements Serializable, Cloneable, StructuredPojo
Contains the (pre-calculated) aggregate values for an asset property.
| Constructor and Description |
|---|
Aggregates() |
| Modifier and Type | Method and Description |
|---|---|
Aggregates |
clone() |
boolean |
equals(Object obj) |
Double |
getAverage()
The average (mean) value of the time series over a time interval window.
|
Double |
getCount()
The count of data points in the time series over a time interval window.
|
Double |
getMaximum()
The maximum value of the time series over a time interval window.
|
Double |
getMinimum()
The minimum value of the time series over a time interval window.
|
Double |
getStandardDeviation()
The standard deviation of the time series over a time interval window.
|
Double |
getSum()
The sum of the time series over a time interval window.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAverage(Double average)
The average (mean) value of the time series over a time interval window.
|
void |
setCount(Double count)
The count of data points in the time series over a time interval window.
|
void |
setMaximum(Double maximum)
The maximum value of the time series over a time interval window.
|
void |
setMinimum(Double minimum)
The minimum value of the time series over a time interval window.
|
void |
setStandardDeviation(Double standardDeviation)
The standard deviation of the time series over a time interval window.
|
void |
setSum(Double sum)
The sum of the time series over a time interval window.
|
String |
toString()
Returns a string representation of this object.
|
Aggregates |
withAverage(Double average)
The average (mean) value of the time series over a time interval window.
|
Aggregates |
withCount(Double count)
The count of data points in the time series over a time interval window.
|
Aggregates |
withMaximum(Double maximum)
The maximum value of the time series over a time interval window.
|
Aggregates |
withMinimum(Double minimum)
The minimum value of the time series over a time interval window.
|
Aggregates |
withStandardDeviation(Double standardDeviation)
The standard deviation of the time series over a time interval window.
|
Aggregates |
withSum(Double sum)
The sum of the time series over a time interval window.
|
public void setAverage(Double average)
The average (mean) value of the time series over a time interval window.
average - The average (mean) value of the time series over a time interval window.public Double getAverage()
The average (mean) value of the time series over a time interval window.
public Aggregates withAverage(Double average)
The average (mean) value of the time series over a time interval window.
average - The average (mean) value of the time series over a time interval window.public void setCount(Double count)
The count of data points in the time series over a time interval window.
count - The count of data points in the time series over a time interval window.public Double getCount()
The count of data points in the time series over a time interval window.
public Aggregates withCount(Double count)
The count of data points in the time series over a time interval window.
count - The count of data points in the time series over a time interval window.public void setMaximum(Double maximum)
The maximum value of the time series over a time interval window.
maximum - The maximum value of the time series over a time interval window.public Double getMaximum()
The maximum value of the time series over a time interval window.
public Aggregates withMaximum(Double maximum)
The maximum value of the time series over a time interval window.
maximum - The maximum value of the time series over a time interval window.public void setMinimum(Double minimum)
The minimum value of the time series over a time interval window.
minimum - The minimum value of the time series over a time interval window.public Double getMinimum()
The minimum value of the time series over a time interval window.
public Aggregates withMinimum(Double minimum)
The minimum value of the time series over a time interval window.
minimum - The minimum value of the time series over a time interval window.public void setSum(Double sum)
The sum of the time series over a time interval window.
sum - The sum of the time series over a time interval window.public Double getSum()
The sum of the time series over a time interval window.
public Aggregates withSum(Double sum)
The sum of the time series over a time interval window.
sum - The sum of the time series over a time interval window.public void setStandardDeviation(Double standardDeviation)
The standard deviation of the time series over a time interval window.
standardDeviation - The standard deviation of the time series over a time interval window.public Double getStandardDeviation()
The standard deviation of the time series over a time interval window.
public Aggregates withStandardDeviation(Double standardDeviation)
The standard deviation of the time series over a time interval window.
standardDeviation - The standard deviation of the time series over a time interval window.public String toString()
toString in class ObjectObject.toString()public Aggregates clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.