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