@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ForecastStatistics extends Object implements Serializable, Cloneable, StructuredPojo
The predicted high and low fault count. This is used to determine if a service has become anomalous and if an insight should be created.
Constructor and Description |
---|
ForecastStatistics() |
Modifier and Type | Method and Description |
---|---|
ForecastStatistics |
clone() |
boolean |
equals(Object obj) |
Long |
getFaultCountHigh()
The upper limit of fault counts for a service.
|
Long |
getFaultCountLow()
The lower limit of fault counts for a service.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setFaultCountHigh(Long faultCountHigh)
The upper limit of fault counts for a service.
|
void |
setFaultCountLow(Long faultCountLow)
The lower limit of fault counts for a service.
|
String |
toString()
Returns a string representation of this object.
|
ForecastStatistics |
withFaultCountHigh(Long faultCountHigh)
The upper limit of fault counts for a service.
|
ForecastStatistics |
withFaultCountLow(Long faultCountLow)
The lower limit of fault counts for a service.
|
public void setFaultCountHigh(Long faultCountHigh)
The upper limit of fault counts for a service.
faultCountHigh
- The upper limit of fault counts for a service.public Long getFaultCountHigh()
The upper limit of fault counts for a service.
public ForecastStatistics withFaultCountHigh(Long faultCountHigh)
The upper limit of fault counts for a service.
faultCountHigh
- The upper limit of fault counts for a service.public void setFaultCountLow(Long faultCountLow)
The lower limit of fault counts for a service.
faultCountLow
- The lower limit of fault counts for a service.public Long getFaultCountLow()
The lower limit of fault counts for a service.
public ForecastStatistics withFaultCountLow(Long faultCountLow)
The lower limit of fault counts for a service.
faultCountLow
- The lower limit of fault counts for a service.public String toString()
toString
in class Object
Object.toString()
public ForecastStatistics clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2021. All rights reserved.