@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MissingSensorData extends Object implements Serializable, Cloneable, StructuredPojo
Entity that comprises aggregated information on sensors having missing data.
Constructor and Description |
---|
MissingSensorData() |
Modifier and Type | Method and Description |
---|---|
MissingSensorData |
clone() |
boolean |
equals(Object obj) |
Integer |
getAffectedSensorCount()
Indicates the number of sensors that have atleast some data missing.
|
Integer |
getTotalNumberOfMissingValues()
Indicates the total number of missing 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 atleast some data missing.
|
void |
setTotalNumberOfMissingValues(Integer totalNumberOfMissingValues)
Indicates the total number of missing values across all the sensors.
|
String |
toString()
Returns a string representation of this object.
|
MissingSensorData |
withAffectedSensorCount(Integer affectedSensorCount)
Indicates the number of sensors that have atleast some data missing.
|
MissingSensorData |
withTotalNumberOfMissingValues(Integer totalNumberOfMissingValues)
Indicates the total number of missing values across all the sensors.
|
public void setAffectedSensorCount(Integer affectedSensorCount)
Indicates the number of sensors that have atleast some data missing.
affectedSensorCount
- Indicates the number of sensors that have atleast some data missing.public Integer getAffectedSensorCount()
Indicates the number of sensors that have atleast some data missing.
public MissingSensorData withAffectedSensorCount(Integer affectedSensorCount)
Indicates the number of sensors that have atleast some data missing.
affectedSensorCount
- Indicates the number of sensors that have atleast some data missing.public void setTotalNumberOfMissingValues(Integer totalNumberOfMissingValues)
Indicates the total number of missing values across all the sensors.
totalNumberOfMissingValues
- Indicates the total number of missing values across all the sensors.public Integer getTotalNumberOfMissingValues()
Indicates the total number of missing values across all the sensors.
public MissingSensorData withTotalNumberOfMissingValues(Integer totalNumberOfMissingValues)
Indicates the total number of missing values across all the sensors.
totalNumberOfMissingValues
- Indicates the total number of missing values across all the sensors.public String toString()
toString
in class Object
Object.toString()
public MissingSensorData clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.