Class LargeTimestampGaps
- java.lang.Object
-
- software.amazon.awssdk.services.lookoutequipment.model.LargeTimestampGaps
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LargeTimestampGaps.Builder,LargeTimestampGaps>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLargeTimestampGaps.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LargeTimestampGaps.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxTimestampGapInDays()Indicates the size of the largest timestamp gap, in days.IntegernumberOfLargeTimestampGaps()Indicates the number of large timestamp gaps, if there are any.List<SdkField<?>>sdkFields()static Class<? extends LargeTimestampGaps.Builder>serializableBuilderClass()StatisticalIssueStatusstatus()Indicates whether there is a potential data issue related to large gaps in timestamps.StringstatusAsString()Indicates whether there is a potential data issue related to large gaps in timestamps.LargeTimestampGaps.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
status
public 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,
statuswill returnStatisticalIssueStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Indicates whether there is a potential data issue related to large gaps in timestamps.
- See Also:
StatisticalIssueStatus
-
statusAsString
public 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,
statuswill returnStatisticalIssueStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Indicates whether there is a potential data issue related to large gaps in timestamps.
- See Also:
StatisticalIssueStatus
-
numberOfLargeTimestampGaps
public final Integer numberOfLargeTimestampGaps()
Indicates the number of large timestamp gaps, if there are any.
- Returns:
- Indicates the number of large timestamp gaps, if there are any.
-
maxTimestampGapInDays
public final Integer maxTimestampGapInDays()
Indicates the size of the largest timestamp gap, in days.
- Returns:
- Indicates the size of the largest timestamp gap, in days.
-
toBuilder
public LargeTimestampGaps.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LargeTimestampGaps.Builder,LargeTimestampGaps>
-
builder
public static LargeTimestampGaps.Builder builder()
-
serializableBuilderClass
public static Class<? extends LargeTimestampGaps.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-