public final class GoogleFirebaseFcmDataV1beta1DeliveryPerformancePercents
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 |
|---|
GoogleFirebaseFcmDataV1beta1DeliveryPerformancePercents() |
| Modifier and Type | Method and Description |
|---|---|
GoogleFirebaseFcmDataV1beta1DeliveryPerformancePercents |
clone() |
Float |
getDelayedDeviceDoze()
The percentage of accepted messages that were delayed because the device was in doze mode.
|
Float |
getDelayedDeviceOffline()
The percentage of accepted messages that were delayed because the target device was not
connected at the time of sending.
|
Float |
getDelayedMessageThrottled()
The percentage of accepted messages that were delayed due to message throttling, such as
[collapsible message throttling](https://firebase.google.com/docs/cloud-messaging/concept-
options#collapsible_throttling) or [maximum message rate
throttling](https://firebase.google.com/docs/cloud-messaging/concept-
options#device_throttling).
|
Float |
getDelayedUserStopped()
The percentage of accepted messages that were delayed because the intended device user-profile
was [stopped](https://firebase.google.com/docs/cloud-
messaging/android/receive#handling_messages) on the target device at the time of the send.
|
Float |
getDeliveredNoDelay()
The percentage of accepted messages that were delivered to the device without delay from the
FCM system.
|
GoogleFirebaseFcmDataV1beta1DeliveryPerformancePercents |
set(String fieldName,
Object value) |
GoogleFirebaseFcmDataV1beta1DeliveryPerformancePercents |
setDelayedDeviceDoze(Float delayedDeviceDoze)
The percentage of accepted messages that were delayed because the device was in doze mode.
|
GoogleFirebaseFcmDataV1beta1DeliveryPerformancePercents |
setDelayedDeviceOffline(Float delayedDeviceOffline)
The percentage of accepted messages that were delayed because the target device was not
connected at the time of sending.
|
GoogleFirebaseFcmDataV1beta1DeliveryPerformancePercents |
setDelayedMessageThrottled(Float delayedMessageThrottled)
The percentage of accepted messages that were delayed due to message throttling, such as
[collapsible message throttling](https://firebase.google.com/docs/cloud-messaging/concept-
options#collapsible_throttling) or [maximum message rate
throttling](https://firebase.google.com/docs/cloud-messaging/concept-
options#device_throttling).
|
GoogleFirebaseFcmDataV1beta1DeliveryPerformancePercents |
setDelayedUserStopped(Float delayedUserStopped)
The percentage of accepted messages that were delayed because the intended device user-profile
was [stopped](https://firebase.google.com/docs/cloud-
messaging/android/receive#handling_messages) on the target device at the time of the send.
|
GoogleFirebaseFcmDataV1beta1DeliveryPerformancePercents |
setDeliveredNoDelay(Float deliveredNoDelay)
The percentage of accepted messages that were delivered to the device without delay from the
FCM system.
|
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 GoogleFirebaseFcmDataV1beta1DeliveryPerformancePercents()
public Float getDelayedDeviceDoze()
null for nonepublic GoogleFirebaseFcmDataV1beta1DeliveryPerformancePercents setDelayedDeviceDoze(Float delayedDeviceDoze)
delayedDeviceDoze - delayedDeviceDoze or null for nonepublic Float getDelayedDeviceOffline()
null for nonepublic GoogleFirebaseFcmDataV1beta1DeliveryPerformancePercents setDelayedDeviceOffline(Float delayedDeviceOffline)
delayedDeviceOffline - delayedDeviceOffline or null for nonepublic Float getDelayedMessageThrottled()
null for nonepublic GoogleFirebaseFcmDataV1beta1DeliveryPerformancePercents setDelayedMessageThrottled(Float delayedMessageThrottled)
delayedMessageThrottled - delayedMessageThrottled or null for nonepublic Float getDelayedUserStopped()
null for nonepublic GoogleFirebaseFcmDataV1beta1DeliveryPerformancePercents setDelayedUserStopped(Float delayedUserStopped)
delayedUserStopped - delayedUserStopped or null for nonepublic Float getDeliveredNoDelay()
null for nonepublic GoogleFirebaseFcmDataV1beta1DeliveryPerformancePercents setDeliveredNoDelay(Float deliveredNoDelay)
deliveredNoDelay - deliveredNoDelay or null for nonepublic GoogleFirebaseFcmDataV1beta1DeliveryPerformancePercents set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleFirebaseFcmDataV1beta1DeliveryPerformancePercents clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.