@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TimeSeriesServiceStatistics extends Object implements Serializable, Cloneable, StructuredPojo
A list of TimeSeriesStatistic structures.
Constructor and Description |
---|
TimeSeriesServiceStatistics() |
Modifier and Type | Method and Description |
---|---|
TimeSeriesServiceStatistics |
clone() |
boolean |
equals(Object obj) |
EdgeStatistics |
getEdgeSummaryStatistics() |
List<HistogramEntry> |
getResponseTimeHistogram()
The response time histogram for the selected entities.
|
ForecastStatistics |
getServiceForecastStatistics()
The forecasted high and low fault count values.
|
ServiceStatistics |
getServiceSummaryStatistics() |
Date |
getTimestamp()
Timestamp of the window for which statistics are aggregated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEdgeSummaryStatistics(EdgeStatistics edgeSummaryStatistics) |
void |
setResponseTimeHistogram(Collection<HistogramEntry> responseTimeHistogram)
The response time histogram for the selected entities.
|
void |
setServiceForecastStatistics(ForecastStatistics serviceForecastStatistics)
The forecasted high and low fault count values.
|
void |
setServiceSummaryStatistics(ServiceStatistics serviceSummaryStatistics) |
void |
setTimestamp(Date timestamp)
Timestamp of the window for which statistics are aggregated.
|
String |
toString()
Returns a string representation of this object.
|
TimeSeriesServiceStatistics |
withEdgeSummaryStatistics(EdgeStatistics edgeSummaryStatistics) |
TimeSeriesServiceStatistics |
withResponseTimeHistogram(Collection<HistogramEntry> responseTimeHistogram)
The response time histogram for the selected entities.
|
TimeSeriesServiceStatistics |
withResponseTimeHistogram(HistogramEntry... responseTimeHistogram)
The response time histogram for the selected entities.
|
TimeSeriesServiceStatistics |
withServiceForecastStatistics(ForecastStatistics serviceForecastStatistics)
The forecasted high and low fault count values.
|
TimeSeriesServiceStatistics |
withServiceSummaryStatistics(ServiceStatistics serviceSummaryStatistics) |
TimeSeriesServiceStatistics |
withTimestamp(Date timestamp)
Timestamp of the window for which statistics are aggregated.
|
public void setTimestamp(Date timestamp)
Timestamp of the window for which statistics are aggregated.
timestamp
- Timestamp of the window for which statistics are aggregated.public Date getTimestamp()
Timestamp of the window for which statistics are aggregated.
public TimeSeriesServiceStatistics withTimestamp(Date timestamp)
Timestamp of the window for which statistics are aggregated.
timestamp
- Timestamp of the window for which statistics are aggregated.public void setEdgeSummaryStatistics(EdgeStatistics edgeSummaryStatistics)
edgeSummaryStatistics
- public EdgeStatistics getEdgeSummaryStatistics()
public TimeSeriesServiceStatistics withEdgeSummaryStatistics(EdgeStatistics edgeSummaryStatistics)
edgeSummaryStatistics
- public void setServiceSummaryStatistics(ServiceStatistics serviceSummaryStatistics)
serviceSummaryStatistics
- public ServiceStatistics getServiceSummaryStatistics()
public TimeSeriesServiceStatistics withServiceSummaryStatistics(ServiceStatistics serviceSummaryStatistics)
serviceSummaryStatistics
- public void setServiceForecastStatistics(ForecastStatistics serviceForecastStatistics)
The forecasted high and low fault count values.
serviceForecastStatistics
- The forecasted high and low fault count values.public ForecastStatistics getServiceForecastStatistics()
The forecasted high and low fault count values.
public TimeSeriesServiceStatistics withServiceForecastStatistics(ForecastStatistics serviceForecastStatistics)
The forecasted high and low fault count values.
serviceForecastStatistics
- The forecasted high and low fault count values.public List<HistogramEntry> getResponseTimeHistogram()
The response time histogram for the selected entities.
public void setResponseTimeHistogram(Collection<HistogramEntry> responseTimeHistogram)
The response time histogram for the selected entities.
responseTimeHistogram
- The response time histogram for the selected entities.public TimeSeriesServiceStatistics withResponseTimeHistogram(HistogramEntry... responseTimeHistogram)
The response time histogram for the selected entities.
NOTE: This method appends the values to the existing list (if any). Use
setResponseTimeHistogram(java.util.Collection)
or
withResponseTimeHistogram(java.util.Collection)
if you want to override the existing values.
responseTimeHistogram
- The response time histogram for the selected entities.public TimeSeriesServiceStatistics withResponseTimeHistogram(Collection<HistogramEntry> responseTimeHistogram)
The response time histogram for the selected entities.
responseTimeHistogram
- The response time histogram for the selected entities.public String toString()
toString
in class Object
Object.toString()
public TimeSeriesServiceStatistics clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.