@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LargeTimestampGaps extends Object implements Serializable, Cloneable, StructuredPojo
Entity that comprises information on large gaps between consecutive timestamps in data.
Constructor and Description |
---|
LargeTimestampGaps() |
Modifier and Type | Method and Description |
---|---|
LargeTimestampGaps |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxTimestampGapInDays()
Indicates the size of the largest timestamp gap, in days.
|
Integer |
getNumberOfLargeTimestampGaps()
Indicates the number of large timestamp gaps, if there are any.
|
String |
getStatus()
Indicates whether there is a potential data issue related to large gaps in timestamps.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMaxTimestampGapInDays(Integer maxTimestampGapInDays)
Indicates the size of the largest timestamp gap, in days.
|
void |
setNumberOfLargeTimestampGaps(Integer numberOfLargeTimestampGaps)
Indicates the number of large timestamp gaps, if there are any.
|
void |
setStatus(String status)
Indicates whether there is a potential data issue related to large gaps in timestamps.
|
String |
toString()
Returns a string representation of this object.
|
LargeTimestampGaps |
withMaxTimestampGapInDays(Integer maxTimestampGapInDays)
Indicates the size of the largest timestamp gap, in days.
|
LargeTimestampGaps |
withNumberOfLargeTimestampGaps(Integer numberOfLargeTimestampGaps)
Indicates the number of large timestamp gaps, if there are any.
|
LargeTimestampGaps |
withStatus(StatisticalIssueStatus status)
Indicates whether there is a potential data issue related to large gaps in timestamps.
|
LargeTimestampGaps |
withStatus(String status)
Indicates whether there is a potential data issue related to large gaps in timestamps.
|
public void setStatus(String status)
Indicates whether there is a potential data issue related to large gaps in timestamps.
status
- Indicates whether there is a potential data issue related to large gaps in timestamps.StatisticalIssueStatus
public String getStatus()
Indicates whether there is a potential data issue related to large gaps in timestamps.
StatisticalIssueStatus
public LargeTimestampGaps withStatus(String status)
Indicates whether there is a potential data issue related to large gaps in timestamps.
status
- Indicates whether there is a potential data issue related to large gaps in timestamps.StatisticalIssueStatus
public LargeTimestampGaps withStatus(StatisticalIssueStatus status)
Indicates whether there is a potential data issue related to large gaps in timestamps.
status
- Indicates whether there is a potential data issue related to large gaps in timestamps.StatisticalIssueStatus
public void setNumberOfLargeTimestampGaps(Integer numberOfLargeTimestampGaps)
Indicates the number of large timestamp gaps, if there are any.
numberOfLargeTimestampGaps
- Indicates the number of large timestamp gaps, if there are any.public Integer getNumberOfLargeTimestampGaps()
Indicates the number of large timestamp gaps, if there are any.
public LargeTimestampGaps withNumberOfLargeTimestampGaps(Integer numberOfLargeTimestampGaps)
Indicates the number of large timestamp gaps, if there are any.
numberOfLargeTimestampGaps
- Indicates the number of large timestamp gaps, if there are any.public void setMaxTimestampGapInDays(Integer maxTimestampGapInDays)
Indicates the size of the largest timestamp gap, in days.
maxTimestampGapInDays
- Indicates the size of the largest timestamp gap, in days.public Integer getMaxTimestampGapInDays()
Indicates the size of the largest timestamp gap, in days.
public LargeTimestampGaps withMaxTimestampGapInDays(Integer maxTimestampGapInDays)
Indicates the size of the largest timestamp gap, in days.
maxTimestampGapInDays
- Indicates the size of the largest timestamp gap, in days.public String toString()
toString
in class Object
Object.toString()
public LargeTimestampGaps clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.