@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InvalidSensorData extends Object implements Serializable, Cloneable, StructuredPojo
Entity that comprises aggregated information on sensors having insufficient data.
Constructor and Description |
---|
InvalidSensorData() |
Modifier and Type | Method and Description |
---|---|
InvalidSensorData |
clone() |
boolean |
equals(Object obj) |
Integer |
getAffectedSensorCount()
Indicates the number of sensors that have at least some invalid values.
|
Integer |
getTotalNumberOfInvalidValues()
Indicates the total number of invalid values across all the sensors.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAffectedSensorCount(Integer affectedSensorCount)
Indicates the number of sensors that have at least some invalid values.
|
void |
setTotalNumberOfInvalidValues(Integer totalNumberOfInvalidValues)
Indicates the total number of invalid values across all the sensors.
|
String |
toString()
Returns a string representation of this object.
|
InvalidSensorData |
withAffectedSensorCount(Integer affectedSensorCount)
Indicates the number of sensors that have at least some invalid values.
|
InvalidSensorData |
withTotalNumberOfInvalidValues(Integer totalNumberOfInvalidValues)
Indicates the total number of invalid values across all the sensors.
|
public void setAffectedSensorCount(Integer affectedSensorCount)
Indicates the number of sensors that have at least some invalid values.
affectedSensorCount
- Indicates the number of sensors that have at least some invalid values.public Integer getAffectedSensorCount()
Indicates the number of sensors that have at least some invalid values.
public InvalidSensorData withAffectedSensorCount(Integer affectedSensorCount)
Indicates the number of sensors that have at least some invalid values.
affectedSensorCount
- Indicates the number of sensors that have at least some invalid values.public void setTotalNumberOfInvalidValues(Integer totalNumberOfInvalidValues)
Indicates the total number of invalid values across all the sensors.
totalNumberOfInvalidValues
- Indicates the total number of invalid values across all the sensors.public Integer getTotalNumberOfInvalidValues()
Indicates the total number of invalid values across all the sensors.
public InvalidSensorData withTotalNumberOfInvalidValues(Integer totalNumberOfInvalidValues)
Indicates the total number of invalid values across all the sensors.
totalNumberOfInvalidValues
- Indicates the total number of invalid values across all the sensors.public String toString()
toString
in class Object
Object.toString()
public InvalidSensorData clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.