@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BinaryColumnStatisticsData extends Object implements Serializable, Cloneable, StructuredPojo
Defines column statistics supported for bit sequence data values.
Constructor and Description |
---|
BinaryColumnStatisticsData() |
Modifier and Type | Method and Description |
---|---|
BinaryColumnStatisticsData |
clone() |
boolean |
equals(Object obj) |
Double |
getAverageLength()
The average bit sequence length in the column.
|
Long |
getMaximumLength()
The size of the longest bit sequence in the 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 |
setAverageLength(Double averageLength)
The average bit sequence length in the column.
|
void |
setMaximumLength(Long maximumLength)
The size of the longest bit sequence in the column.
|
void |
setNumberOfNulls(Long numberOfNulls)
The number of null values in the column.
|
String |
toString()
Returns a string representation of this object.
|
BinaryColumnStatisticsData |
withAverageLength(Double averageLength)
The average bit sequence length in the column.
|
BinaryColumnStatisticsData |
withMaximumLength(Long maximumLength)
The size of the longest bit sequence in the column.
|
BinaryColumnStatisticsData |
withNumberOfNulls(Long numberOfNulls)
The number of null values in the column.
|
public void setMaximumLength(Long maximumLength)
The size of the longest bit sequence in the column.
maximumLength
- The size of the longest bit sequence in the column.public Long getMaximumLength()
The size of the longest bit sequence in the column.
public BinaryColumnStatisticsData withMaximumLength(Long maximumLength)
The size of the longest bit sequence in the column.
maximumLength
- The size of the longest bit sequence in the column.public void setAverageLength(Double averageLength)
The average bit sequence length in the column.
averageLength
- The average bit sequence length in the column.public Double getAverageLength()
The average bit sequence length in the column.
public BinaryColumnStatisticsData withAverageLength(Double averageLength)
The average bit sequence length in the column.
averageLength
- The average bit sequence length 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 BinaryColumnStatisticsData withNumberOfNulls(Long numberOfNulls)
The number of null values in the column.
numberOfNulls
- The number of null values in the column.public String toString()
toString
in class Object
Object.toString()
public BinaryColumnStatisticsData clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.