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 DCM/DFA Reporting And Trafficking 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| Constructor and Description |
|---|
LandingPage() |
| Modifier and Type | Method and Description |
|---|---|
LandingPage |
clone() |
java.lang.Long |
getAdvertiserId()
Advertiser ID of this landing page.
|
java.lang.Boolean |
getArchived()
Whether this landing page has been archived.
|
java.lang.Long |
getId()
ID of this landing page.
|
java.lang.String |
getKind()
Identifies what kind of resource this is.
|
java.lang.String |
getName()
Name of this landing page.
|
java.lang.String |
getUrl()
URL of this landing page.
|
LandingPage |
set(java.lang.String fieldName,
java.lang.Object value) |
LandingPage |
setAdvertiserId(java.lang.Long advertiserId)
Advertiser ID of this landing page.
|
LandingPage |
setArchived(java.lang.Boolean archived)
Whether this landing page has been archived.
|
LandingPage |
setId(java.lang.Long id)
ID of this landing page.
|
LandingPage |
setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
LandingPage |
setName(java.lang.String name)
Name of this landing page.
|
LandingPage |
setUrl(java.lang.String url)
URL of this landing page.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.Long getAdvertiserId()
null for nonepublic LandingPage setAdvertiserId(java.lang.Long advertiserId)
advertiserId - advertiserId or null for nonepublic java.lang.Boolean getArchived()
null for nonepublic LandingPage setArchived(java.lang.Boolean archived)
archived - archived or null for nonepublic java.lang.Long getId()
null for nonepublic LandingPage setId(java.lang.Long id)
id - id or null for nonepublic java.lang.String getKind()
null for nonepublic LandingPage setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.String getName()
null for nonepublic LandingPage setName(java.lang.String name)
name - name or null for nonepublic java.lang.String getUrl()
null for nonepublic LandingPage setUrl(java.lang.String url)
url - url or null for nonepublic LandingPage set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic LandingPage clone()
clone in class com.google.api.client.json.GenericJson