Class StatisticsData
- java.lang.Object
-
- org.genesys.amphibian.client.model.StatisticsData
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class StatisticsData extends Object
StatisticsData
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_DISTINCT_VALUESstatic StringJSON_PROPERTY_NUMBER_OF_DISTINCTstatic StringJSON_PROPERTY_NUMBER_OF_NULLstatic StringJSON_PROPERTY_TOTAL_VALUES
-
Constructor Summary
Constructors Constructor Description StatisticsData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StatisticsDataaddDistinctValuesItem(Object distinctValuesItem)StatisticsDatadistinctValues(Set<Object> distinctValues)booleanequals(Object o)Set<Object>getDistinctValues()Get distinctValuesIntegergetNumberOfDistinct()Get numberOfDistinctLonggetNumberOfNull()Get numberOfNullLonggetTotalValues()Get totalValuesinthashCode()StatisticsDatanumberOfDistinct(Integer numberOfDistinct)StatisticsDatanumberOfNull(Long numberOfNull)voidsetDistinctValues(Set<Object> distinctValues)voidsetNumberOfDistinct(Integer numberOfDistinct)voidsetNumberOfNull(Long numberOfNull)voidsetTotalValues(Long totalValues)StringtoString()StatisticsDatatotalValues(Long totalValues)
-
-
-
Field Detail
-
JSON_PROPERTY_NUMBER_OF_DISTINCT
public static final String JSON_PROPERTY_NUMBER_OF_DISTINCT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_NUMBER_OF_NULL
public static final String JSON_PROPERTY_NUMBER_OF_NULL
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TOTAL_VALUES
public static final String JSON_PROPERTY_TOTAL_VALUES
- See Also:
- Constant Field Values
-
JSON_PROPERTY_DISTINCT_VALUES
public static final String JSON_PROPERTY_DISTINCT_VALUES
- See Also:
- Constant Field Values
-
-
Method Detail
-
numberOfDistinct
public StatisticsData numberOfDistinct(Integer numberOfDistinct)
-
getNumberOfDistinct
@Nullable public Integer getNumberOfDistinct()
Get numberOfDistinct- Returns:
- numberOfDistinct
-
setNumberOfDistinct
public void setNumberOfDistinct(Integer numberOfDistinct)
-
numberOfNull
public StatisticsData numberOfNull(Long numberOfNull)
-
setNumberOfNull
public void setNumberOfNull(Long numberOfNull)
-
totalValues
public StatisticsData totalValues(Long totalValues)
-
setTotalValues
public void setTotalValues(Long totalValues)
-
distinctValues
public StatisticsData distinctValues(Set<Object> distinctValues)
-
addDistinctValuesItem
public StatisticsData addDistinctValuesItem(Object distinctValuesItem)
-
getDistinctValues
@Nullable public Set<Object> getDistinctValues()
Get distinctValues- Returns:
- distinctValues
-
-