public final class GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetRequest
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 |
|---|
GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetRequest() |
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 GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetRequest()
public List<String> getDimensions()
null for nonepublic GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetRequest setDimensions(List<String> dimensions)
dimensions - dimensions or null for nonepublic String getFilter()
null for nonepublic GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetRequest setFilter(String filter)
filter - filter or null for nonepublic List<String> getMetrics()
null for nonepublic GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetRequest setMetrics(List<String> metrics)
metrics - metrics or null for nonepublic Integer getPageSize()
null for nonepublic GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetRequest setPageSize(Integer pageSize)
pageSize - pageSize or null for nonepublic String getPageToken()
null for nonepublic GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetRequest setPageToken(String pageToken)
pageToken - pageToken or null for nonepublic GooglePlayDeveloperReportingV1beta1TimelineSpec getTimelineSpec()
null for nonepublic GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetRequest setTimelineSpec(GooglePlayDeveloperReportingV1beta1TimelineSpec timelineSpec)
timelineSpec - timelineSpec or null for nonepublic GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetRequest set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetRequest clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.