@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LongColumnStatisticsData extends Object implements Serializable, Cloneable, StructuredPojo
Defines column statistics supported for integer data columns.
Constructor and Description |
---|
LongColumnStatisticsData() |
Modifier and Type | Method and Description |
---|---|
LongColumnStatisticsData |
clone() |
boolean |
equals(Object obj) |
Long |
getMaximumValue()
The highest value in the column.
|
Long |
getMinimumValue()
The lowest value in the column.
|
Long |
getNumberOfDistinctValues()
The number of distinct values in a column.
|
Long |
getNumberOfNulls()
The number of null values in the column.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMaximumValue(Long maximumValue)
The highest value in the column.
|
void |
setMinimumValue(Long minimumValue)
The lowest value in the column.
|
void |
setNumberOfDistinctValues(Long numberOfDistinctValues)
The number of distinct values in a column.
|
void |
setNumberOfNulls(Long numberOfNulls)
The number of null values in the column.
|
String |
toString()
Returns a string representation of this object.
|
LongColumnStatisticsData |
withMaximumValue(Long maximumValue)
The highest value in the column.
|
LongColumnStatisticsData |
withMinimumValue(Long minimumValue)
The lowest value in the column.
|
LongColumnStatisticsData |
withNumberOfDistinctValues(Long numberOfDistinctValues)
The number of distinct values in a column.
|
LongColumnStatisticsData |
withNumberOfNulls(Long numberOfNulls)
The number of null values in the column.
|
public void setMinimumValue(Long minimumValue)
The lowest value in the column.
minimumValue
- The lowest value in the column.public Long getMinimumValue()
The lowest value in the column.
public LongColumnStatisticsData withMinimumValue(Long minimumValue)
The lowest value in the column.
minimumValue
- The lowest value in the column.public void setMaximumValue(Long maximumValue)
The highest value in the column.
maximumValue
- The highest value in the column.public Long getMaximumValue()
The highest value in the column.
public LongColumnStatisticsData withMaximumValue(Long maximumValue)
The highest value in the column.
maximumValue
- The highest value in the column.public void setNumberOfNulls(Long numberOfNulls)
The number of null values in the column.
numberOfNulls
- The number of null values in the column.public Long getNumberOfNulls()
The number of null values in the column.
public LongColumnStatisticsData withNumberOfNulls(Long numberOfNulls)
The number of null values in the column.
numberOfNulls
- The number of null values in the column.public void setNumberOfDistinctValues(Long numberOfDistinctValues)
The number of distinct values in a column.
numberOfDistinctValues
- The number of distinct values in a column.public Long getNumberOfDistinctValues()
The number of distinct values in a column.
public LongColumnStatisticsData withNumberOfDistinctValues(Long numberOfDistinctValues)
The number of distinct values in a column.
numberOfDistinctValues
- The number of distinct values in a column.public String toString()
toString
in class Object
Object.toString()
public LongColumnStatisticsData clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.