public final class GooglePlayDeveloperReportingV1beta1DecimalConfidenceInterval
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 Google Play Developer Reporting 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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
GooglePlayDeveloperReportingV1beta1DecimalConfidenceInterval() |
| Modifier and Type | Method and Description |
|---|---|
GooglePlayDeveloperReportingV1beta1DecimalConfidenceInterval |
clone() |
GoogleTypeDecimal |
getLowerBound()
The confidence interval's lower bound.
|
GoogleTypeDecimal |
getUpperBound()
The confidence interval's upper bound.
|
GooglePlayDeveloperReportingV1beta1DecimalConfidenceInterval |
set(String fieldName,
Object value) |
GooglePlayDeveloperReportingV1beta1DecimalConfidenceInterval |
setLowerBound(GoogleTypeDecimal lowerBound)
The confidence interval's lower bound.
|
GooglePlayDeveloperReportingV1beta1DecimalConfidenceInterval |
setUpperBound(GoogleTypeDecimal upperBound)
The confidence interval's upper bound.
|
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 GooglePlayDeveloperReportingV1beta1DecimalConfidenceInterval()
public GoogleTypeDecimal getLowerBound()
null for nonepublic GooglePlayDeveloperReportingV1beta1DecimalConfidenceInterval setLowerBound(GoogleTypeDecimal lowerBound)
lowerBound - lowerBound or null for nonepublic GoogleTypeDecimal getUpperBound()
null for nonepublic GooglePlayDeveloperReportingV1beta1DecimalConfidenceInterval setUpperBound(GoogleTypeDecimal upperBound)
upperBound - upperBound or null for nonepublic GooglePlayDeveloperReportingV1beta1DecimalConfidenceInterval set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GooglePlayDeveloperReportingV1beta1DecimalConfidenceInterval clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.