@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DoubleColumnStatisticsData extends Object implements Serializable, Cloneable, StructuredPojo
Defines a double column statistics data.
Constructor and Description |
---|
DoubleColumnStatisticsData() |
Modifier and Type | Method and Description |
---|---|
DoubleColumnStatisticsData |
clone() |
boolean |
equals(Object obj) |
Double |
getMaximumValue()
Maximum value of the column.
|
Double |
getMinimumValue()
Minimum value of the column.
|
Long |
getNumberOfDistinctValues()
Number of distinct values.
|
Long |
getNumberOfNulls()
Number of nulls.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMaximumValue(Double maximumValue)
Maximum value of the column.
|
void |
setMinimumValue(Double 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.
|
DoubleColumnStatisticsData |
withMaximumValue(Double maximumValue)
Maximum value of the column.
|
DoubleColumnStatisticsData |
withMinimumValue(Double minimumValue)
Minimum value of the column.
|
DoubleColumnStatisticsData |
withNumberOfDistinctValues(Long numberOfDistinctValues)
Number of distinct values.
|
DoubleColumnStatisticsData |
withNumberOfNulls(Long numberOfNulls)
Number of nulls.
|
public void setMinimumValue(Double minimumValue)
Minimum value of the column.
minimumValue
- Minimum value of the column.public Double getMinimumValue()
Minimum value of the column.
public DoubleColumnStatisticsData withMinimumValue(Double minimumValue)
Minimum value of the column.
minimumValue
- Minimum value of the column.public void setMaximumValue(Double maximumValue)
Maximum value of the column.
maximumValue
- Maximum value of the column.public Double getMaximumValue()
Maximum value of the column.
public DoubleColumnStatisticsData withMaximumValue(Double 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 DoubleColumnStatisticsData 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 DoubleColumnStatisticsData withNumberOfDistinctValues(Long numberOfDistinctValues)
Number of distinct values.
numberOfDistinctValues
- Number of distinct values.public String toString()
toString
in class Object
Object.toString()
public DoubleColumnStatisticsData clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.