@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BinaryColumnStatisticsData extends Object implements Serializable, Cloneable, StructuredPojo
Defines a binary column statistics data.
Constructor and Description |
---|
BinaryColumnStatisticsData() |
Modifier and Type | Method and Description |
---|---|
BinaryColumnStatisticsData |
clone() |
boolean |
equals(Object obj) |
Double |
getAverageLength()
Average length of the column.
|
Long |
getMaximumLength()
Maximum length of the column.
|
Long |
getNumberOfNulls()
Number of nulls.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAverageLength(Double averageLength)
Average length of the column.
|
void |
setMaximumLength(Long maximumLength)
Maximum length of the column.
|
void |
setNumberOfNulls(Long numberOfNulls)
Number of nulls.
|
String |
toString()
Returns a string representation of this object.
|
BinaryColumnStatisticsData |
withAverageLength(Double averageLength)
Average length of the column.
|
BinaryColumnStatisticsData |
withMaximumLength(Long maximumLength)
Maximum length of the column.
|
BinaryColumnStatisticsData |
withNumberOfNulls(Long numberOfNulls)
Number of nulls.
|
public void setMaximumLength(Long maximumLength)
Maximum length of the column.
maximumLength
- Maximum length of the column.public Long getMaximumLength()
Maximum length of the column.
public BinaryColumnStatisticsData withMaximumLength(Long maximumLength)
Maximum length of the column.
maximumLength
- Maximum length of the column.public void setAverageLength(Double averageLength)
Average length of the column.
averageLength
- Average length of the column.public Double getAverageLength()
Average length of the column.
public BinaryColumnStatisticsData withAverageLength(Double averageLength)
Average length of the column.
averageLength
- Average length of the column.public void setNumberOfNulls(Long numberOfNulls)
Number of nulls.
numberOfNulls
- Number of nulls.public Long getNumberOfNulls()
Number of nulls.
public BinaryColumnStatisticsData withNumberOfNulls(Long numberOfNulls)
Number of nulls.
numberOfNulls
- Number of nulls.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.