@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InsufficientSensorData extends Object implements Serializable, Cloneable, StructuredPojo
Entity that comprises aggregated information on sensors having insufficient data.
Constructor and Description |
---|
InsufficientSensorData() |
Modifier and Type | Method and Description |
---|---|
InsufficientSensorData |
clone() |
boolean |
equals(Object obj) |
MissingCompleteSensorData |
getMissingCompleteSensorData()
Parameter that describes the total number of sensors that have data completely missing for it.
|
SensorsWithShortDateRange |
getSensorsWithShortDateRange()
Parameter that describes the total number of sensors that have a short date range of less than 90 days of data
overall.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMissingCompleteSensorData(MissingCompleteSensorData missingCompleteSensorData)
Parameter that describes the total number of sensors that have data completely missing for it.
|
void |
setSensorsWithShortDateRange(SensorsWithShortDateRange sensorsWithShortDateRange)
Parameter that describes the total number of sensors that have a short date range of less than 90 days of data
overall.
|
String |
toString()
Returns a string representation of this object.
|
InsufficientSensorData |
withMissingCompleteSensorData(MissingCompleteSensorData missingCompleteSensorData)
Parameter that describes the total number of sensors that have data completely missing for it.
|
InsufficientSensorData |
withSensorsWithShortDateRange(SensorsWithShortDateRange sensorsWithShortDateRange)
Parameter that describes the total number of sensors that have a short date range of less than 90 days of data
overall.
|
public void setMissingCompleteSensorData(MissingCompleteSensorData missingCompleteSensorData)
Parameter that describes the total number of sensors that have data completely missing for it.
missingCompleteSensorData
- Parameter that describes the total number of sensors that have data completely missing for it.public MissingCompleteSensorData getMissingCompleteSensorData()
Parameter that describes the total number of sensors that have data completely missing for it.
public InsufficientSensorData withMissingCompleteSensorData(MissingCompleteSensorData missingCompleteSensorData)
Parameter that describes the total number of sensors that have data completely missing for it.
missingCompleteSensorData
- Parameter that describes the total number of sensors that have data completely missing for it.public void setSensorsWithShortDateRange(SensorsWithShortDateRange sensorsWithShortDateRange)
Parameter that describes the total number of sensors that have a short date range of less than 90 days of data overall.
sensorsWithShortDateRange
- Parameter that describes the total number of sensors that have a short date range of less than 90 days of
data overall.public SensorsWithShortDateRange getSensorsWithShortDateRange()
Parameter that describes the total number of sensors that have a short date range of less than 90 days of data overall.
public InsufficientSensorData withSensorsWithShortDateRange(SensorsWithShortDateRange sensorsWithShortDateRange)
Parameter that describes the total number of sensors that have a short date range of less than 90 days of data overall.
sensorsWithShortDateRange
- Parameter that describes the total number of sensors that have a short date range of less than 90 days of
data overall.public String toString()
toString
in class Object
Object.toString()
public InsufficientSensorData clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.