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