public static final class SchemaFieldSpec.NumericIndexingSpec
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
NumericIndexingSpec() |
| Modifier and Type | Method and Description |
|---|---|
SchemaFieldSpec.NumericIndexingSpec |
clone() |
Double |
getMaxValue()
Maximum value of this field.
|
Double |
getMinValue()
Minimum value of this field.
|
SchemaFieldSpec.NumericIndexingSpec |
set(String fieldName,
Object value) |
SchemaFieldSpec.NumericIndexingSpec |
setMaxValue(Double maxValue)
Maximum value of this field.
|
SchemaFieldSpec.NumericIndexingSpec |
setMinValue(Double minValue)
Minimum value of this field.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Double getMaxValue()
null for nonepublic SchemaFieldSpec.NumericIndexingSpec setMaxValue(Double maxValue)
maxValue - maxValue or null for nonepublic Double getMinValue()
null for nonepublic SchemaFieldSpec.NumericIndexingSpec setMinValue(Double minValue)
minValue - minValue or null for nonepublic SchemaFieldSpec.NumericIndexingSpec set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic SchemaFieldSpec.NumericIndexingSpec clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.