public final class PublisherProfileMobileApplication extends 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 Ad Exchange Buyer API II. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
PublisherProfileMobileApplication() |
| Modifier and Type | Method and Description |
|---|---|
PublisherProfileMobileApplication |
clone() |
String |
getAppStore()
The app store the app belongs to.
|
String |
getExternalAppId()
The external ID for the app from its app store.
|
String |
getName()
The name of the app.
|
PublisherProfileMobileApplication |
set(String fieldName,
Object value) |
PublisherProfileMobileApplication |
setAppStore(String appStore)
The app store the app belongs to.
|
PublisherProfileMobileApplication |
setExternalAppId(String externalAppId)
The external ID for the app from its app store.
|
PublisherProfileMobileApplication |
setName(String name)
The name 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 getAppStore()
null for nonepublic PublisherProfileMobileApplication setAppStore(String appStore)
appStore - appStore or null for nonepublic String getExternalAppId()
null for nonepublic PublisherProfileMobileApplication setExternalAppId(String externalAppId)
externalAppId - externalAppId or null for nonepublic String getName()
null for nonepublic PublisherProfileMobileApplication setName(String name)
name - name or null for nonepublic PublisherProfileMobileApplication set(String fieldName, Object value)
set in class GenericJsonpublic PublisherProfileMobileApplication clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.