public final class XPSDataStats
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Cloud Natural Language API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
XPSDataStats() |
Modifier and Type | Method and Description |
---|---|
XPSDataStats |
clone() |
XPSArrayStats |
getArrayStats()
The statistics for ARRAY DataType.
|
XPSCategoryStats |
getCategoryStats()
The statistics for CATEGORY DataType.
|
Long |
getDistinctValueCount()
The number of distinct values.
|
XPSFloat64Stats |
getFloat64Stats()
The statistics for FLOAT64 DataType.
|
Long |
getNullValueCount()
The number of values that are null.
|
XPSStringStats |
getStringStats()
The statistics for STRING DataType.
|
XPSStructStats |
getStructStats()
The statistics for STRUCT DataType.
|
XPSTimestampStats |
getTimestampStats()
The statistics for TIMESTAMP DataType.
|
Long |
getValidValueCount()
The number of values that are valid.
|
XPSDataStats |
set(String fieldName,
Object value) |
XPSDataStats |
setArrayStats(XPSArrayStats arrayStats)
The statistics for ARRAY DataType.
|
XPSDataStats |
setCategoryStats(XPSCategoryStats categoryStats)
The statistics for CATEGORY DataType.
|
XPSDataStats |
setDistinctValueCount(Long distinctValueCount)
The number of distinct values.
|
XPSDataStats |
setFloat64Stats(XPSFloat64Stats float64Stats)
The statistics for FLOAT64 DataType.
|
XPSDataStats |
setNullValueCount(Long nullValueCount)
The number of values that are null.
|
XPSDataStats |
setStringStats(XPSStringStats stringStats)
The statistics for STRING DataType.
|
XPSDataStats |
setStructStats(XPSStructStats structStats)
The statistics for STRUCT DataType.
|
XPSDataStats |
setTimestampStats(XPSTimestampStats timestampStats)
The statistics for TIMESTAMP DataType.
|
XPSDataStats |
setValidValueCount(Long validValueCount)
The number of values that are valid.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public XPSArrayStats getArrayStats()
null
for nonepublic XPSDataStats setArrayStats(XPSArrayStats arrayStats)
arrayStats
- arrayStats or null
for nonepublic XPSCategoryStats getCategoryStats()
null
for nonepublic XPSDataStats setCategoryStats(XPSCategoryStats categoryStats)
categoryStats
- categoryStats or null
for nonepublic Long getDistinctValueCount()
null
for nonepublic XPSDataStats setDistinctValueCount(Long distinctValueCount)
distinctValueCount
- distinctValueCount or null
for nonepublic XPSFloat64Stats getFloat64Stats()
null
for nonepublic XPSDataStats setFloat64Stats(XPSFloat64Stats float64Stats)
float64Stats
- float64Stats or null
for nonepublic Long getNullValueCount()
null
for nonepublic XPSDataStats setNullValueCount(Long nullValueCount)
nullValueCount
- nullValueCount or null
for nonepublic XPSStringStats getStringStats()
null
for nonepublic XPSDataStats setStringStats(XPSStringStats stringStats)
stringStats
- stringStats or null
for nonepublic XPSStructStats getStructStats()
null
for nonepublic XPSDataStats setStructStats(XPSStructStats structStats)
structStats
- structStats or null
for nonepublic XPSTimestampStats getTimestampStats()
null
for nonepublic XPSDataStats setTimestampStats(XPSTimestampStats timestampStats)
timestampStats
- timestampStats or null
for nonepublic Long getValidValueCount()
null
for nonepublic XPSDataStats setValidValueCount(Long validValueCount)
validValueCount
- validValueCount or null
for nonepublic XPSDataStats set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public XPSDataStats clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.