public final class DirectorySite
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 |
---|
DirectorySite() |
Modifier and Type | Method and Description |
---|---|
DirectorySite |
clone() |
Long |
getId()
ID of this directory site.
|
DimensionValue |
getIdDimensionValue()
Dimension value for the ID of this directory site.
|
List<String> |
getInpageTagFormats()
Tag types for regular placements.
|
List<String> |
getInterstitialTagFormats()
Tag types for interstitial placements.
|
String |
getKind()
Identifies what kind of resource this is.
|
String |
getName()
Name of this directory site.
|
Long |
getPublisherSpecificationId()
Output only.
|
DirectorySiteSettings |
getSettings()
Directory site settings.
|
String |
getUrl()
URL of this directory site.
|
DirectorySite |
set(String fieldName,
Object value) |
DirectorySite |
setId(Long id)
ID of this directory site.
|
DirectorySite |
setIdDimensionValue(DimensionValue idDimensionValue)
Dimension value for the ID of this directory site.
|
DirectorySite |
setInpageTagFormats(List<String> inpageTagFormats)
Tag types for regular placements.
|
DirectorySite |
setInterstitialTagFormats(List<String> interstitialTagFormats)
Tag types for interstitial placements.
|
DirectorySite |
setKind(String kind)
Identifies what kind of resource this is.
|
DirectorySite |
setName(String name)
Name of this directory site.
|
DirectorySite |
setPublisherSpecificationId(Long publisherSpecificationId)
Output only.
|
DirectorySite |
setSettings(DirectorySiteSettings settings)
Directory site settings.
|
DirectorySite |
setUrl(String url)
URL of this directory site.
|
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 getId()
null
for nonepublic DirectorySite setId(Long id)
id
- id or null
for nonepublic DimensionValue getIdDimensionValue()
null
for nonepublic DirectorySite setIdDimensionValue(DimensionValue idDimensionValue)
idDimensionValue
- idDimensionValue or null
for nonepublic List<String> getInpageTagFormats()
null
for nonepublic DirectorySite setInpageTagFormats(List<String> inpageTagFormats)
inpageTagFormats
- inpageTagFormats or null
for nonepublic List<String> getInterstitialTagFormats()
null
for nonepublic DirectorySite setInterstitialTagFormats(List<String> interstitialTagFormats)
interstitialTagFormats
- interstitialTagFormats or null
for nonepublic String getKind()
null
for nonepublic DirectorySite setKind(String kind)
kind
- kind or null
for nonepublic String getName()
null
for nonepublic DirectorySite setName(String name)
name
- name or null
for nonepublic Long getPublisherSpecificationId()
null
for nonepublic DirectorySite setPublisherSpecificationId(Long publisherSpecificationId)
publisherSpecificationId
- publisherSpecificationId or null
for nonepublic DirectorySiteSettings getSettings()
null
for nonepublic DirectorySite setSettings(DirectorySiteSettings settings)
settings
- settings or null
for nonepublic String getUrl()
null
for nonepublic DirectorySite setUrl(String url)
url
- url or null
for nonepublic DirectorySite set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public DirectorySite clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.