public final class GoogleFirebaseFcmDataV1beta1MessageOutcomePercents
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 |
|---|
GoogleFirebaseFcmDataV1beta1MessageOutcomePercents() |
| Modifier and Type | Method and Description |
|---|---|
GoogleFirebaseFcmDataV1beta1MessageOutcomePercents |
clone() |
Float |
getCollapsed()
The percentage of accepted messages that were
[collapsed](https://firebase.google.com/docs/cloud-messaging/concept-
options#collapsible_and_non-collapsible_messages) by another message.
|
Float |
getDelivered()
The percentage of all accepted messages that were successfully delivered to the device.
|
Float |
getDroppedAppForceStopped()
The percentage of accepted messages that were dropped because the application was force stopped
on the device at the time of delivery and retries were unsuccessful.
|
Float |
getDroppedDeviceInactive()
The percentage of accepted messages that were dropped because the target device is inactive.
|
Float |
getDroppedTooManyPendingMessages()
The percentage of accepted messages that were dropped due to [too many undelivered non-
collapsible messages](https://firebase.google.com/docs/cloud-messaging/concept-
options#collapsible_and_non-collapsible_messages).
|
Float |
getDroppedTtlExpired()
The percentage of accepted messages that expired because [Time To Live
(TTL)](https://firebase.google.com/docs/cloud-messaging/concept-options#ttl) elapsed before the
target device reconnected.
|
Float |
getPending()
The percentage of messages accepted on this day that were not dropped and not delivered, due to
the device being disconnected (as of the end of the America/Los_Angeles day when the message
was sent to FCM).
|
GoogleFirebaseFcmDataV1beta1MessageOutcomePercents |
set(String fieldName,
Object value) |
GoogleFirebaseFcmDataV1beta1MessageOutcomePercents |
setCollapsed(Float collapsed)
The percentage of accepted messages that were
[collapsed](https://firebase.google.com/docs/cloud-messaging/concept-
options#collapsible_and_non-collapsible_messages) by another message.
|
GoogleFirebaseFcmDataV1beta1MessageOutcomePercents |
setDelivered(Float delivered)
The percentage of all accepted messages that were successfully delivered to the device.
|
GoogleFirebaseFcmDataV1beta1MessageOutcomePercents |
setDroppedAppForceStopped(Float droppedAppForceStopped)
The percentage of accepted messages that were dropped because the application was force stopped
on the device at the time of delivery and retries were unsuccessful.
|
GoogleFirebaseFcmDataV1beta1MessageOutcomePercents |
setDroppedDeviceInactive(Float droppedDeviceInactive)
The percentage of accepted messages that were dropped because the target device is inactive.
|
GoogleFirebaseFcmDataV1beta1MessageOutcomePercents |
setDroppedTooManyPendingMessages(Float droppedTooManyPendingMessages)
The percentage of accepted messages that were dropped due to [too many undelivered non-
collapsible messages](https://firebase.google.com/docs/cloud-messaging/concept-
options#collapsible_and_non-collapsible_messages).
|
GoogleFirebaseFcmDataV1beta1MessageOutcomePercents |
setDroppedTtlExpired(Float droppedTtlExpired)
The percentage of accepted messages that expired because [Time To Live
(TTL)](https://firebase.google.com/docs/cloud-messaging/concept-options#ttl) elapsed before the
target device reconnected.
|
GoogleFirebaseFcmDataV1beta1MessageOutcomePercents |
setPending(Float pending)
The percentage of messages accepted on this day that were not dropped and not delivered, due to
the device being disconnected (as of the end of the America/Los_Angeles day when the message
was sent to FCM).
|
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 GoogleFirebaseFcmDataV1beta1MessageOutcomePercents()
public Float getCollapsed()
null for nonepublic GoogleFirebaseFcmDataV1beta1MessageOutcomePercents setCollapsed(Float collapsed)
collapsed - collapsed or null for nonepublic Float getDelivered()
null for nonepublic GoogleFirebaseFcmDataV1beta1MessageOutcomePercents setDelivered(Float delivered)
delivered - delivered or null for nonepublic Float getDroppedAppForceStopped()
null for nonepublic GoogleFirebaseFcmDataV1beta1MessageOutcomePercents setDroppedAppForceStopped(Float droppedAppForceStopped)
droppedAppForceStopped - droppedAppForceStopped or null for nonepublic Float getDroppedDeviceInactive()
null for nonepublic GoogleFirebaseFcmDataV1beta1MessageOutcomePercents setDroppedDeviceInactive(Float droppedDeviceInactive)
droppedDeviceInactive - droppedDeviceInactive or null for nonepublic Float getDroppedTooManyPendingMessages()
null for nonepublic GoogleFirebaseFcmDataV1beta1MessageOutcomePercents setDroppedTooManyPendingMessages(Float droppedTooManyPendingMessages)
droppedTooManyPendingMessages - droppedTooManyPendingMessages or null for nonepublic Float getDroppedTtlExpired()
null for nonepublic GoogleFirebaseFcmDataV1beta1MessageOutcomePercents setDroppedTtlExpired(Float droppedTtlExpired)
droppedTtlExpired - droppedTtlExpired or null for nonepublic Float getPending()
null for nonepublic GoogleFirebaseFcmDataV1beta1MessageOutcomePercents setPending(Float pending)
pending - pending or null for nonepublic GoogleFirebaseFcmDataV1beta1MessageOutcomePercents set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleFirebaseFcmDataV1beta1MessageOutcomePercents clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.