@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DateColumnStatisticsData extends Object implements Serializable, Cloneable, StructuredPojo
Defines a date column statistics data.
| Constructor and Description |
|---|
DateColumnStatisticsData() |
| Modifier and Type | Method and Description |
|---|---|
DateColumnStatisticsData |
clone() |
boolean |
equals(Object obj) |
Date |
getMaximumValue()
Maximum value of the column.
|
Date |
getMinimumValue()
Minimum value of the column.
|
Long |
getNumberOfDistinctValues()
Number of distinct values.
|
Long |
getNumberOfNulls()
Number of nulls.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setMaximumValue(Date maximumValue)
Maximum value of the column.
|
void |
setMinimumValue(Date minimumValue)
Minimum value of the column.
|
void |
setNumberOfDistinctValues(Long numberOfDistinctValues)
Number of distinct values.
|
void |
setNumberOfNulls(Long numberOfNulls)
Number of nulls.
|
String |
toString()
Returns a string representation of this object.
|
DateColumnStatisticsData |
withMaximumValue(Date maximumValue)
Maximum value of the column.
|
DateColumnStatisticsData |
withMinimumValue(Date minimumValue)
Minimum value of the column.
|
DateColumnStatisticsData |
withNumberOfDistinctValues(Long numberOfDistinctValues)
Number of distinct values.
|
DateColumnStatisticsData |
withNumberOfNulls(Long numberOfNulls)
Number of nulls.
|
public void setMinimumValue(Date minimumValue)
Minimum value of the column.
minimumValue - Minimum value of the column.public Date getMinimumValue()
Minimum value of the column.
public DateColumnStatisticsData withMinimumValue(Date minimumValue)
Minimum value of the column.
minimumValue - Minimum value of the column.public void setMaximumValue(Date maximumValue)
Maximum value of the column.
maximumValue - Maximum value of the column.public Date getMaximumValue()
Maximum value of the column.
public DateColumnStatisticsData withMaximumValue(Date maximumValue)
Maximum value of the column.
maximumValue - Maximum value of the column.public void setNumberOfNulls(Long numberOfNulls)
Number of nulls.
numberOfNulls - Number of nulls.public Long getNumberOfNulls()
Number of nulls.
public DateColumnStatisticsData withNumberOfNulls(Long numberOfNulls)
Number of nulls.
numberOfNulls - Number of nulls.public void setNumberOfDistinctValues(Long numberOfDistinctValues)
Number of distinct values.
numberOfDistinctValues - Number of distinct values.public Long getNumberOfDistinctValues()
Number of distinct values.
public DateColumnStatisticsData withNumberOfDistinctValues(Long numberOfDistinctValues)
Number of distinct values.
numberOfDistinctValues - Number of distinct values.public String toString()
toString in class ObjectObject.toString()public DateColumnStatisticsData clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.