public final class GoogleFirebaseFcmDataV1beta1AndroidDeliveryData
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 |
|---|
GoogleFirebaseFcmDataV1beta1AndroidDeliveryData() |
| Modifier and Type | Method and Description |
|---|---|
GoogleFirebaseFcmDataV1beta1AndroidDeliveryData |
clone() |
String |
getAnalyticsLabel()
The analytics label associated with the messages sent.
|
String |
getAppId()
The app ID to which the messages were sent.
|
GoogleFirebaseFcmDataV1beta1Data |
getData()
The data for the specified appId, date, and analyticsLabel.
|
GoogleTypeDate |
getDate()
The date represented by this entry.
|
GoogleFirebaseFcmDataV1beta1AndroidDeliveryData |
set(String fieldName,
Object value) |
GoogleFirebaseFcmDataV1beta1AndroidDeliveryData |
setAnalyticsLabel(String analyticsLabel)
The analytics label associated with the messages sent.
|
GoogleFirebaseFcmDataV1beta1AndroidDeliveryData |
setAppId(String appId)
The app ID to which the messages were sent.
|
GoogleFirebaseFcmDataV1beta1AndroidDeliveryData |
setData(GoogleFirebaseFcmDataV1beta1Data data)
The data for the specified appId, date, and analyticsLabel.
|
GoogleFirebaseFcmDataV1beta1AndroidDeliveryData |
setDate(GoogleTypeDate date)
The date represented by this entry.
|
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 GoogleFirebaseFcmDataV1beta1AndroidDeliveryData()
public String getAnalyticsLabel()
null for nonepublic GoogleFirebaseFcmDataV1beta1AndroidDeliveryData setAnalyticsLabel(String analyticsLabel)
analyticsLabel - analyticsLabel or null for nonepublic String getAppId()
null for nonepublic GoogleFirebaseFcmDataV1beta1AndroidDeliveryData setAppId(String appId)
appId - appId or null for nonepublic GoogleFirebaseFcmDataV1beta1Data getData()
null for nonepublic GoogleFirebaseFcmDataV1beta1AndroidDeliveryData setData(GoogleFirebaseFcmDataV1beta1Data data)
data - data or null for nonepublic GoogleTypeDate getDate()
null for nonepublic GoogleFirebaseFcmDataV1beta1AndroidDeliveryData setDate(GoogleTypeDate date)
date - date or null for nonepublic GoogleFirebaseFcmDataV1beta1AndroidDeliveryData set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleFirebaseFcmDataV1beta1AndroidDeliveryData clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.