@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DecimalColumnStatisticsData extends Object implements Serializable, Cloneable, StructuredPojo
Defines a decimal column statistics data.
| Constructor and Description |
|---|
DecimalColumnStatisticsData() |
| Modifier and Type | Method and Description |
|---|---|
DecimalColumnStatisticsData |
clone() |
boolean |
equals(Object obj) |
DecimalNumber |
getMaximumValue()
Maximum value of the column.
|
DecimalNumber |
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(DecimalNumber maximumValue)
Maximum value of the column.
|
void |
setMinimumValue(DecimalNumber 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.
|
DecimalColumnStatisticsData |
withMaximumValue(DecimalNumber maximumValue)
Maximum value of the column.
|
DecimalColumnStatisticsData |
withMinimumValue(DecimalNumber minimumValue)
Minimum value of the column.
|
DecimalColumnStatisticsData |
withNumberOfDistinctValues(Long numberOfDistinctValues)
Number of distinct values.
|
DecimalColumnStatisticsData |
withNumberOfNulls(Long numberOfNulls)
Number of nulls.
|
public void setMinimumValue(DecimalNumber minimumValue)
Minimum value of the column.
minimumValue - Minimum value of the column.public DecimalNumber getMinimumValue()
Minimum value of the column.
public DecimalColumnStatisticsData withMinimumValue(DecimalNumber minimumValue)
Minimum value of the column.
minimumValue - Minimum value of the column.public void setMaximumValue(DecimalNumber maximumValue)
Maximum value of the column.
maximumValue - Maximum value of the column.public DecimalNumber getMaximumValue()
Maximum value of the column.
public DecimalColumnStatisticsData withMaximumValue(DecimalNumber 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 DecimalColumnStatisticsData 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 DecimalColumnStatisticsData withNumberOfDistinctValues(Long numberOfDistinctValues)
Number of distinct values.
numberOfDistinctValues - Number of distinct values.public String toString()
toString in class ObjectObject.toString()public DecimalColumnStatisticsData clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.