public final class MobileApp
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 Campaign Manager 360 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 | 
|---|
MobileApp()  | 
| Modifier and Type | Method and Description | 
|---|---|
MobileApp | 
clone()  | 
String | 
getDirectory()
Mobile app directory. 
 | 
String | 
getId()
ID of this mobile app. 
 | 
String | 
getKind()
Identifies what kind of resource this is. 
 | 
String | 
getPublisherName()
Publisher name. 
 | 
String | 
getTitle()
Title of this mobile app. 
 | 
MobileApp | 
set(String fieldName,
   Object value)  | 
MobileApp | 
setDirectory(String directory)
Mobile app directory. 
 | 
MobileApp | 
setId(String id)
ID of this mobile app. 
 | 
MobileApp | 
setKind(String kind)
Identifies what kind of resource this is. 
 | 
MobileApp | 
setPublisherName(String publisherName)
Publisher name. 
 | 
MobileApp | 
setTitle(String title)
Title of this mobile 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 getDirectory()
null for nonepublic MobileApp setDirectory(String directory)
directory - directory or null for nonepublic String getId()
null for nonepublic String getKind()
null for nonepublic MobileApp setKind(String kind)
kind - kind or null for nonepublic String getPublisherName()
null for nonepublic MobileApp setPublisherName(String publisherName)
publisherName - publisherName or null for nonepublic String getTitle()
null for nonepublic MobileApp setTitle(String title)
title - title or null for nonepublic MobileApp set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic MobileApp clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.