public final class GooglePlayDeveloperReportingV1beta1ErrorIssue
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 |
|---|
GooglePlayDeveloperReportingV1beta1ErrorIssue() |
| Modifier and Type | Method and Description |
|---|---|
GooglePlayDeveloperReportingV1beta1ErrorIssue |
clone() |
List<GooglePlayDeveloperReportingV1beta1IssueAnnotation> |
getAnnotations()
List of annotations for an issue.
|
String |
getCause()
Cause of the issue.
|
Long |
getDistinctUsers()
An estimate of the number of unique users who have experienced this issue (only considering
occurrences matching the filters and within the requested time period).
|
GoogleTypeDecimal |
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).
|
Long |
getErrorReportCount()
The total number of error reports in this issue (only considering occurrences matching the
filters and within the requested time period).
|
GooglePlayDeveloperReportingV1beta1AppVersion |
getFirstAppVersion()
The earliest (inclusive) app version appearing in this ErrorIssue in the requested time period
(only considering occurrences matching the filters).
|
GooglePlayDeveloperReportingV1beta1OsVersion |
getFirstOsVersion()
The smallest OS version in which this error cluster has occurred in the requested time period
(only considering occurrences matching the filters and within the requested time period).
|
String |
getIssueUri()
Link to the issue in Android vitals in the Play Console.
|
GooglePlayDeveloperReportingV1beta1AppVersion |
getLastAppVersion()
The latest (inclusive) app version appearing in this ErrorIssue in the requested time period
(only considering occurrences matching the filters).
|
String |
getLastErrorReportTime()
Start of the hour during which the last error report in this issue occurred.
|
GooglePlayDeveloperReportingV1beta1OsVersion |
getLastOsVersion()
The latest OS version in which this error cluster has occurred in the requested time period
(only considering occurrences matching the filters and within the requested time period).
|
String |
getLocation()
Location where the issue happened.
|
String |
getName()
Identifier.
|
List<String> |
getSampleErrorReports()
Output only.
|
String |
getType()
Type of the errors grouped in this issue.
|
GooglePlayDeveloperReportingV1beta1ErrorIssue |
set(String fieldName,
Object value) |
GooglePlayDeveloperReportingV1beta1ErrorIssue |
setAnnotations(List<GooglePlayDeveloperReportingV1beta1IssueAnnotation> annotations)
List of annotations for an issue.
|
GooglePlayDeveloperReportingV1beta1ErrorIssue |
setCause(String cause)
Cause of the issue.
|
GooglePlayDeveloperReportingV1beta1ErrorIssue |
setDistinctUsers(Long distinctUsers)
An estimate of the number of unique users who have experienced this issue (only considering
occurrences matching the filters and within the requested time period).
|
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).
|
GooglePlayDeveloperReportingV1beta1ErrorIssue |
setErrorReportCount(Long errorReportCount)
The total number of error reports in this issue (only considering occurrences matching the
filters and within the requested time period).
|
GooglePlayDeveloperReportingV1beta1ErrorIssue |
setFirstAppVersion(GooglePlayDeveloperReportingV1beta1AppVersion firstAppVersion)
The earliest (inclusive) app version appearing in this ErrorIssue in the requested time period
(only considering occurrences matching the filters).
|
GooglePlayDeveloperReportingV1beta1ErrorIssue |
setFirstOsVersion(GooglePlayDeveloperReportingV1beta1OsVersion firstOsVersion)
The smallest OS version in which this error cluster has occurred in the requested time period
(only considering occurrences matching the filters and within the requested time period).
|
GooglePlayDeveloperReportingV1beta1ErrorIssue |
setIssueUri(String issueUri)
Link to the issue in Android vitals in the Play Console.
|
GooglePlayDeveloperReportingV1beta1ErrorIssue |
setLastAppVersion(GooglePlayDeveloperReportingV1beta1AppVersion lastAppVersion)
The latest (inclusive) app version appearing in this ErrorIssue in the requested time period
(only considering occurrences matching the filters).
|
GooglePlayDeveloperReportingV1beta1ErrorIssue |
setLastErrorReportTime(String lastErrorReportTime)
Start of the hour during which the last error report in this issue occurred.
|
GooglePlayDeveloperReportingV1beta1ErrorIssue |
setLastOsVersion(GooglePlayDeveloperReportingV1beta1OsVersion lastOsVersion)
The latest OS version in which this error cluster has occurred in the requested time period
(only considering occurrences matching the filters and within the requested time period).
|
GooglePlayDeveloperReportingV1beta1ErrorIssue |
setLocation(String location)
Location where the issue happened.
|
GooglePlayDeveloperReportingV1beta1ErrorIssue |
setName(String name)
Identifier.
|
GooglePlayDeveloperReportingV1beta1ErrorIssue |
setSampleErrorReports(List<String> sampleErrorReports)
Output only.
|
GooglePlayDeveloperReportingV1beta1ErrorIssue |
setType(String type)
Type of the errors grouped in this issue.
|
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 GooglePlayDeveloperReportingV1beta1ErrorIssue()
public List<GooglePlayDeveloperReportingV1beta1IssueAnnotation> getAnnotations()
null for nonepublic GooglePlayDeveloperReportingV1beta1ErrorIssue setAnnotations(List<GooglePlayDeveloperReportingV1beta1IssueAnnotation> annotations)
annotations - annotations or null for nonepublic String getCause()
null for nonepublic GooglePlayDeveloperReportingV1beta1ErrorIssue setCause(String cause)
cause - cause or null for nonepublic Long getDistinctUsers()
null for nonepublic GooglePlayDeveloperReportingV1beta1ErrorIssue setDistinctUsers(Long distinctUsers)
distinctUsers - distinctUsers or null for nonepublic GoogleTypeDecimal getDistinctUsersPercent()
null for nonepublic GooglePlayDeveloperReportingV1beta1ErrorIssue setDistinctUsersPercent(GoogleTypeDecimal distinctUsersPercent)
distinctUsersPercent - distinctUsersPercent or null for nonepublic Long getErrorReportCount()
null for nonepublic GooglePlayDeveloperReportingV1beta1ErrorIssue setErrorReportCount(Long errorReportCount)
errorReportCount - errorReportCount or null for nonepublic GooglePlayDeveloperReportingV1beta1AppVersion getFirstAppVersion()
null for nonepublic GooglePlayDeveloperReportingV1beta1ErrorIssue setFirstAppVersion(GooglePlayDeveloperReportingV1beta1AppVersion firstAppVersion)
firstAppVersion - firstAppVersion or null for nonepublic GooglePlayDeveloperReportingV1beta1OsVersion getFirstOsVersion()
null for nonepublic GooglePlayDeveloperReportingV1beta1ErrorIssue setFirstOsVersion(GooglePlayDeveloperReportingV1beta1OsVersion firstOsVersion)
firstOsVersion - firstOsVersion or null for nonepublic String getIssueUri()
null for nonepublic GooglePlayDeveloperReportingV1beta1ErrorIssue setIssueUri(String issueUri)
issueUri - issueUri or null for nonepublic GooglePlayDeveloperReportingV1beta1AppVersion getLastAppVersion()
null for nonepublic GooglePlayDeveloperReportingV1beta1ErrorIssue setLastAppVersion(GooglePlayDeveloperReportingV1beta1AppVersion lastAppVersion)
lastAppVersion - lastAppVersion or null for nonepublic String getLastErrorReportTime()
null for nonepublic GooglePlayDeveloperReportingV1beta1ErrorIssue setLastErrorReportTime(String lastErrorReportTime)
lastErrorReportTime - lastErrorReportTime or null for nonepublic GooglePlayDeveloperReportingV1beta1OsVersion getLastOsVersion()
null for nonepublic GooglePlayDeveloperReportingV1beta1ErrorIssue setLastOsVersion(GooglePlayDeveloperReportingV1beta1OsVersion lastOsVersion)
lastOsVersion - lastOsVersion or null for nonepublic String getLocation()
null for nonepublic GooglePlayDeveloperReportingV1beta1ErrorIssue setLocation(String location)
location - location or null for nonepublic String getName()
null for nonepublic GooglePlayDeveloperReportingV1beta1ErrorIssue setName(String name)
name - name or null for nonepublic List<String> getSampleErrorReports()
null for nonepublic GooglePlayDeveloperReportingV1beta1ErrorIssue setSampleErrorReports(List<String> sampleErrorReports)
sampleErrorReports - sampleErrorReports or null for nonepublic String getType()
null for nonepublic GooglePlayDeveloperReportingV1beta1ErrorIssue setType(String type)
type - type or null for nonepublic GooglePlayDeveloperReportingV1beta1ErrorIssue set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GooglePlayDeveloperReportingV1beta1ErrorIssue clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.