public final class GoogleFirebaseFcmDataV1beta1ProxyNotificationInsightPercents
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 Firebase Cloud Messaging Data 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 |
|---|
GoogleFirebaseFcmDataV1beta1ProxyNotificationInsightPercents() |
| Modifier and Type | Method and Description |
|---|---|
GoogleFirebaseFcmDataV1beta1ProxyNotificationInsightPercents |
clone() |
Float |
getFailed()
The percentage of accepted notifications that failed to be proxied.
|
Float |
getProxied()
The percentage of accepted notifications that were successfully proxied by [Google Play
services](https://developers.google.com/android/guides/overview).
|
Float |
getSkippedNotThrottled()
The percentage of accepted notifications that were skipped because the messages were not
throttled.
|
Float |
getSkippedOptedOut()
The percentage of accepted notifications that were skipped because the app disallowed these
messages to be proxied.
|
Float |
getSkippedUnconfigured()
The percentage of accepted notifications that were skipped because configurations required for
notifications to be proxied were missing.
|
Float |
getSkippedUnsupported()
The percentage of accepted notifications that were skipped because proxy notification is
unsupported for the recipient.
|
GoogleFirebaseFcmDataV1beta1ProxyNotificationInsightPercents |
set(String fieldName,
Object value) |
GoogleFirebaseFcmDataV1beta1ProxyNotificationInsightPercents |
setFailed(Float failed)
The percentage of accepted notifications that failed to be proxied.
|
GoogleFirebaseFcmDataV1beta1ProxyNotificationInsightPercents |
setProxied(Float proxied)
The percentage of accepted notifications that were successfully proxied by [Google Play
services](https://developers.google.com/android/guides/overview).
|
GoogleFirebaseFcmDataV1beta1ProxyNotificationInsightPercents |
setSkippedNotThrottled(Float skippedNotThrottled)
The percentage of accepted notifications that were skipped because the messages were not
throttled.
|
GoogleFirebaseFcmDataV1beta1ProxyNotificationInsightPercents |
setSkippedOptedOut(Float skippedOptedOut)
The percentage of accepted notifications that were skipped because the app disallowed these
messages to be proxied.
|
GoogleFirebaseFcmDataV1beta1ProxyNotificationInsightPercents |
setSkippedUnconfigured(Float skippedUnconfigured)
The percentage of accepted notifications that were skipped because configurations required for
notifications to be proxied were missing.
|
GoogleFirebaseFcmDataV1beta1ProxyNotificationInsightPercents |
setSkippedUnsupported(Float skippedUnsupported)
The percentage of accepted notifications that were skipped because proxy notification is
unsupported for the recipient.
|
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 GoogleFirebaseFcmDataV1beta1ProxyNotificationInsightPercents()
public Float getFailed()
null for nonepublic GoogleFirebaseFcmDataV1beta1ProxyNotificationInsightPercents setFailed(Float failed)
failed - failed or null for nonepublic Float getProxied()
null for nonepublic GoogleFirebaseFcmDataV1beta1ProxyNotificationInsightPercents setProxied(Float proxied)
proxied - proxied or null for nonepublic Float getSkippedNotThrottled()
null for nonepublic GoogleFirebaseFcmDataV1beta1ProxyNotificationInsightPercents setSkippedNotThrottled(Float skippedNotThrottled)
skippedNotThrottled - skippedNotThrottled or null for nonepublic Float getSkippedOptedOut()
null for nonepublic GoogleFirebaseFcmDataV1beta1ProxyNotificationInsightPercents setSkippedOptedOut(Float skippedOptedOut)
skippedOptedOut - skippedOptedOut or null for nonepublic Float getSkippedUnconfigured()
null for nonepublic GoogleFirebaseFcmDataV1beta1ProxyNotificationInsightPercents setSkippedUnconfigured(Float skippedUnconfigured)
skippedUnconfigured - skippedUnconfigured or null for nonepublic Float getSkippedUnsupported()
null for nonepublic GoogleFirebaseFcmDataV1beta1ProxyNotificationInsightPercents setSkippedUnsupported(Float skippedUnsupported)
skippedUnsupported - skippedUnsupported or null for nonepublic GoogleFirebaseFcmDataV1beta1ProxyNotificationInsightPercents set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleFirebaseFcmDataV1beta1ProxyNotificationInsightPercents clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.