@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSensorStatisticsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListSensorStatisticsResult() |
Modifier and Type | Method and Description |
---|---|
ListSensorStatisticsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
An opaque pagination token indicating where to continue the listing of sensor statistics.
|
List<SensorStatisticsSummary> |
getSensorStatisticsSummaries()
Provides ingestion-based statistics regarding the specified sensor with respect to various validation types, such
as whether data exists, the number and percentage of missing values, and the number and percentage of duplicate
timestamps.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of sensor statistics.
|
void |
setSensorStatisticsSummaries(Collection<SensorStatisticsSummary> sensorStatisticsSummaries)
Provides ingestion-based statistics regarding the specified sensor with respect to various validation types, such
as whether data exists, the number and percentage of missing values, and the number and percentage of duplicate
timestamps.
|
String |
toString()
Returns a string representation of this object.
|
ListSensorStatisticsResult |
withNextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of sensor statistics.
|
ListSensorStatisticsResult |
withSensorStatisticsSummaries(Collection<SensorStatisticsSummary> sensorStatisticsSummaries)
Provides ingestion-based statistics regarding the specified sensor with respect to various validation types, such
as whether data exists, the number and percentage of missing values, and the number and percentage of duplicate
timestamps.
|
ListSensorStatisticsResult |
withSensorStatisticsSummaries(SensorStatisticsSummary... sensorStatisticsSummaries)
Provides ingestion-based statistics regarding the specified sensor with respect to various validation types, such
as whether data exists, the number and percentage of missing values, and the number and percentage of duplicate
timestamps.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<SensorStatisticsSummary> getSensorStatisticsSummaries()
Provides ingestion-based statistics regarding the specified sensor with respect to various validation types, such as whether data exists, the number and percentage of missing values, and the number and percentage of duplicate timestamps.
public void setSensorStatisticsSummaries(Collection<SensorStatisticsSummary> sensorStatisticsSummaries)
Provides ingestion-based statistics regarding the specified sensor with respect to various validation types, such as whether data exists, the number and percentage of missing values, and the number and percentage of duplicate timestamps.
sensorStatisticsSummaries
- Provides ingestion-based statistics regarding the specified sensor with respect to various validation
types, such as whether data exists, the number and percentage of missing values, and the number and
percentage of duplicate timestamps.public ListSensorStatisticsResult withSensorStatisticsSummaries(SensorStatisticsSummary... sensorStatisticsSummaries)
Provides ingestion-based statistics regarding the specified sensor with respect to various validation types, such as whether data exists, the number and percentage of missing values, and the number and percentage of duplicate timestamps.
NOTE: This method appends the values to the existing list (if any). Use
setSensorStatisticsSummaries(java.util.Collection)
or
withSensorStatisticsSummaries(java.util.Collection)
if you want to override the existing values.
sensorStatisticsSummaries
- Provides ingestion-based statistics regarding the specified sensor with respect to various validation
types, such as whether data exists, the number and percentage of missing values, and the number and
percentage of duplicate timestamps.public ListSensorStatisticsResult withSensorStatisticsSummaries(Collection<SensorStatisticsSummary> sensorStatisticsSummaries)
Provides ingestion-based statistics regarding the specified sensor with respect to various validation types, such as whether data exists, the number and percentage of missing values, and the number and percentage of duplicate timestamps.
sensorStatisticsSummaries
- Provides ingestion-based statistics regarding the specified sensor with respect to various validation
types, such as whether data exists, the number and percentage of missing values, and the number and
percentage of duplicate timestamps.public void setNextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of sensor statistics.
nextToken
- An opaque pagination token indicating where to continue the listing of sensor statistics.public String getNextToken()
An opaque pagination token indicating where to continue the listing of sensor statistics.
public ListSensorStatisticsResult withNextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of sensor statistics.
nextToken
- An opaque pagination token indicating where to continue the listing of sensor statistics.public String toString()
toString
in class Object
Object.toString()
public ListSensorStatisticsResult clone()