@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StringColumnStatisticsData extends Object implements Serializable, Cloneable, StructuredPojo
Defines a string column statistics data.
| Constructor and Description |
|---|
StringColumnStatisticsData() |
| Modifier and Type | Method and Description |
|---|---|
StringColumnStatisticsData |
clone() |
boolean |
equals(Object obj) |
Double |
getAverageLength()
Average value of the column.
|
Long |
getMaximumLength()
Maximum 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 |
setAverageLength(Double averageLength)
Average value of the column.
|
void |
setMaximumLength(Long maximumLength)
Maximum 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.
|
StringColumnStatisticsData |
withAverageLength(Double averageLength)
Average value of the column.
|
StringColumnStatisticsData |
withMaximumLength(Long maximumLength)
Maximum value of the column.
|
StringColumnStatisticsData |
withNumberOfDistinctValues(Long numberOfDistinctValues)
Number of distinct values.
|
StringColumnStatisticsData |
withNumberOfNulls(Long numberOfNulls)
Number of nulls.
|
public void setMaximumLength(Long maximumLength)
Maximum value of the column.
maximumLength - Maximum value of the column.public Long getMaximumLength()
Maximum value of the column.
public StringColumnStatisticsData withMaximumLength(Long maximumLength)
Maximum value of the column.
maximumLength - Maximum value of the column.public void setAverageLength(Double averageLength)
Average value of the column.
averageLength - Average value of the column.public Double getAverageLength()
Average value of the column.
public StringColumnStatisticsData withAverageLength(Double averageLength)
Average value of the column.
averageLength - Average value of the column.public void setNumberOfNulls(Long numberOfNulls)
Number of nulls.
numberOfNulls - Number of nulls.public Long getNumberOfNulls()
Number of nulls.
public StringColumnStatisticsData 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 StringColumnStatisticsData withNumberOfDistinctValues(Long numberOfDistinctValues)
Number of distinct values.
numberOfDistinctValues - Number of distinct values.public String toString()
toString in class ObjectObject.toString()public StringColumnStatisticsData clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.