| Package | Description |
|---|---|
| com.google.api.services.playdeveloperreporting.v1beta1.model |
| Modifier and Type | Method and Description |
|---|---|
GoogleTypeDecimal |
GoogleTypeDecimal.clone() |
GoogleTypeDecimal |
GooglePlayDeveloperReportingV1beta1MetricValue.getDecimalValue()
Actual value, represented as a decimal number.
|
GoogleTypeDecimal |
GooglePlayDeveloperReportingV1beta1ErrorIssue.getDistinctUsersPercent()
An estimated percentage of users affected by any issue that are affected by this issue (only
considering occurrences matching the filters and within the requested time period).
|
GoogleTypeDecimal |
GooglePlayDeveloperReportingV1beta1DecimalConfidenceInterval.getLowerBound()
The confidence interval's lower bound.
|
GoogleTypeDecimal |
GooglePlayDeveloperReportingV1beta1DecimalConfidenceInterval.getUpperBound()
The confidence interval's upper bound.
|
GoogleTypeDecimal |
GoogleTypeDecimal.set(String fieldName,
Object value) |
GoogleTypeDecimal |
GoogleTypeDecimal.setValue(String value)
The decimal value, as a string.
|
| Modifier and Type | Method and Description |
|---|---|
GooglePlayDeveloperReportingV1beta1MetricValue |
GooglePlayDeveloperReportingV1beta1MetricValue.setDecimalValue(GoogleTypeDecimal decimalValue)
Actual value, represented as a decimal number.
|
GooglePlayDeveloperReportingV1beta1ErrorIssue |
GooglePlayDeveloperReportingV1beta1ErrorIssue.setDistinctUsersPercent(GoogleTypeDecimal distinctUsersPercent)
An estimated percentage of users affected by any issue that are affected by this issue (only
considering occurrences matching the filters and within the requested time period).
|
GooglePlayDeveloperReportingV1beta1DecimalConfidenceInterval |
GooglePlayDeveloperReportingV1beta1DecimalConfidenceInterval.setLowerBound(GoogleTypeDecimal lowerBound)
The confidence interval's lower bound.
|
GooglePlayDeveloperReportingV1beta1DecimalConfidenceInterval |
GooglePlayDeveloperReportingV1beta1DecimalConfidenceInterval.setUpperBound(GoogleTypeDecimal upperBound)
The confidence interval's upper bound.
|
Copyright © 2011–2024 Google. All rights reserved.