public final class App
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 AdMob 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 |
|---|
App() |
| Modifier and Type | Method and Description |
|---|---|
App |
clone() |
String |
getAppApprovalState()
Output only.
|
String |
getAppId()
The externally visible ID of the app which can be used to integrate with the AdMob SDK.
|
AppLinkedAppInfo |
getLinkedAppInfo()
Immutable.
|
AppManualAppInfo |
getManualAppInfo()
The information for an app that is not linked to any app store.
|
String |
getName()
Resource name for this app.
|
String |
getPlatform()
Describes the platform of the app.
|
App |
set(String fieldName,
Object value) |
App |
setAppApprovalState(String appApprovalState)
Output only.
|
App |
setAppId(String appId)
The externally visible ID of the app which can be used to integrate with the AdMob SDK.
|
App |
setLinkedAppInfo(AppLinkedAppInfo linkedAppInfo)
Immutable.
|
App |
setManualAppInfo(AppManualAppInfo manualAppInfo)
The information for an app that is not linked to any app store.
|
App |
setName(String name)
Resource name for this app.
|
App |
setPlatform(String platform)
Describes the platform of the app.
|
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 String getAppApprovalState()
null for nonepublic App setAppApprovalState(String appApprovalState)
appApprovalState - appApprovalState or null for nonepublic String getAppId()
null for nonepublic App setAppId(String appId)
appId - appId or null for nonepublic AppLinkedAppInfo getLinkedAppInfo()
null for nonepublic App setLinkedAppInfo(AppLinkedAppInfo linkedAppInfo)
linkedAppInfo - linkedAppInfo or null for nonepublic AppManualAppInfo getManualAppInfo()
null for nonepublic App setManualAppInfo(AppManualAppInfo manualAppInfo)
manualAppInfo - manualAppInfo or null for nonepublic String getName()
null for nonepublic App setName(String name)
name - name or null for nonepublic String getPlatform()
null for nonepublic App setPlatform(String platform)
platform - platform or null for nonepublic App set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic App clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.