@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BooleanColumnStatisticsData extends Object implements Serializable, Cloneable, StructuredPojo
Defines column statistics supported for Boolean data columns.
Constructor and Description |
---|
BooleanColumnStatisticsData() |
Modifier and Type | Method and Description |
---|---|
BooleanColumnStatisticsData |
clone() |
boolean |
equals(Object obj) |
Long |
getNumberOfFalses()
The number of false values in the column.
|
Long |
getNumberOfNulls()
The number of null values in the column.
|
Long |
getNumberOfTrues()
The number of true values in the column.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setNumberOfFalses(Long numberOfFalses)
The number of false values in the column.
|
void |
setNumberOfNulls(Long numberOfNulls)
The number of null values in the column.
|
void |
setNumberOfTrues(Long numberOfTrues)
The number of true values in the column.
|
String |
toString()
Returns a string representation of this object.
|
BooleanColumnStatisticsData |
withNumberOfFalses(Long numberOfFalses)
The number of false values in the column.
|
BooleanColumnStatisticsData |
withNumberOfNulls(Long numberOfNulls)
The number of null values in the column.
|
BooleanColumnStatisticsData |
withNumberOfTrues(Long numberOfTrues)
The number of true values in the column.
|
public void setNumberOfTrues(Long numberOfTrues)
The number of true values in the column.
numberOfTrues
- The number of true values in the column.public Long getNumberOfTrues()
The number of true values in the column.
public BooleanColumnStatisticsData withNumberOfTrues(Long numberOfTrues)
The number of true values in the column.
numberOfTrues
- The number of true values in the column.public void setNumberOfFalses(Long numberOfFalses)
The number of false values in the column.
numberOfFalses
- The number of false values in the column.public Long getNumberOfFalses()
The number of false values in the column.
public BooleanColumnStatisticsData withNumberOfFalses(Long numberOfFalses)
The number of false values in the column.
numberOfFalses
- The number of false values 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 BooleanColumnStatisticsData 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 BooleanColumnStatisticsData clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.