public final class LandingPage
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.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
LandingPage() |
Modifier and Type | Method and Description |
---|---|
LandingPage |
clone() |
Long |
getAdvertiserId()
Advertiser ID of this landing page.
|
Boolean |
getArchived()
Whether this landing page has been archived.
|
List<DeepLink> |
getDeepLinks()
Links that will direct the user to a mobile app, if installed.
|
Long |
getId()
ID of this landing page.
|
String |
getKind()
Identifies what kind of resource this is.
|
String |
getName()
Name of this landing page.
|
String |
getUrl()
URL of this landing page.
|
LandingPage |
set(String fieldName,
Object value) |
LandingPage |
setAdvertiserId(Long advertiserId)
Advertiser ID of this landing page.
|
LandingPage |
setArchived(Boolean archived)
Whether this landing page has been archived.
|
LandingPage |
setDeepLinks(List<DeepLink> deepLinks)
Links that will direct the user to a mobile app, if installed.
|
LandingPage |
setId(Long id)
ID of this landing page.
|
LandingPage |
setKind(String kind)
Identifies what kind of resource this is.
|
LandingPage |
setName(String name)
Name of this landing page.
|
LandingPage |
setUrl(String url)
URL of this landing page.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public Long getAdvertiserId()
null
for nonepublic LandingPage setAdvertiserId(Long advertiserId)
advertiserId
- advertiserId or null
for nonepublic Boolean getArchived()
null
for nonepublic LandingPage setArchived(Boolean archived)
archived
- archived or null
for nonepublic List<DeepLink> getDeepLinks()
null
for nonepublic LandingPage setDeepLinks(List<DeepLink> deepLinks)
deepLinks
- deepLinks or null
for nonepublic Long getId()
null
for nonepublic LandingPage setId(Long id)
id
- id or null
for nonepublic String getKind()
null
for nonepublic LandingPage setKind(String kind)
kind
- kind or null
for nonepublic String getName()
null
for nonepublic LandingPage setName(String name)
name
- name or null
for nonepublic String getUrl()
null
for nonepublic LandingPage setUrl(String url)
url
- url or null
for nonepublic LandingPage set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public LandingPage clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.