@Generated(value="software.amazon.awssdk:codegen") public final class LargeTimestampGaps extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LargeTimestampGaps.Builder,LargeTimestampGaps>
Entity that comprises information on large gaps between consecutive timestamps in data.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LargeTimestampGaps.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LargeTimestampGaps.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxTimestampGapInDays()
Indicates the size of the largest timestamp gap, in days.
|
Integer |
numberOfLargeTimestampGaps()
Indicates the number of large timestamp gaps, if there are any.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LargeTimestampGaps.Builder> |
serializableBuilderClass() |
StatisticalIssueStatus |
status()
Indicates whether there is a potential data issue related to large gaps in timestamps.
|
String |
statusAsString()
Indicates whether there is a potential data issue related to large gaps in timestamps.
|
LargeTimestampGaps.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final StatisticalIssueStatus status()
Indicates whether there is a potential data issue related to large gaps in timestamps.
If the service returns an enum value that is not available in the current SDK version, status will
return StatisticalIssueStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
StatisticalIssueStatuspublic final String statusAsString()
Indicates whether there is a potential data issue related to large gaps in timestamps.
If the service returns an enum value that is not available in the current SDK version, status will
return StatisticalIssueStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
StatisticalIssueStatuspublic final Integer numberOfLargeTimestampGaps()
Indicates the number of large timestamp gaps, if there are any.
public final Integer maxTimestampGapInDays()
Indicates the size of the largest timestamp gap, in days.
public LargeTimestampGaps.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LargeTimestampGaps.Builder,LargeTimestampGaps>public static LargeTimestampGaps.Builder builder()
public static Class<? extends LargeTimestampGaps.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.