public final class Availability
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 Search Ads 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 |
|---|
Availability() |
| Modifier and Type | Method and Description |
|---|---|
Availability |
clone() |
Long |
getAdvertiserId()
DS advertiser ID.
|
Long |
getAgencyId()
DS agency ID.
|
Long |
getAvailabilityTimestamp()
The time by which all conversions have been uploaded, in epoch millis UTC.
|
String |
getCustomerId()
Customer ID of a client account in the new Search Ads 360 experience.
|
Long |
getSegmentationId()
The numeric segmentation identifier (for example, DoubleClick Search Floodlight activity ID).
|
String |
getSegmentationName()
The friendly segmentation identifier (for example, DoubleClick Search Floodlight activity
name).
|
String |
getSegmentationType()
The segmentation type that this availability is for (its default value is `FLOODLIGHT`).
|
Availability |
set(String fieldName,
Object value) |
Availability |
setAdvertiserId(Long advertiserId)
DS advertiser ID.
|
Availability |
setAgencyId(Long agencyId)
DS agency ID.
|
Availability |
setAvailabilityTimestamp(Long availabilityTimestamp)
The time by which all conversions have been uploaded, in epoch millis UTC.
|
Availability |
setCustomerId(String customerId)
Customer ID of a client account in the new Search Ads 360 experience.
|
Availability |
setSegmentationId(Long segmentationId)
The numeric segmentation identifier (for example, DoubleClick Search Floodlight activity ID).
|
Availability |
setSegmentationName(String segmentationName)
The friendly segmentation identifier (for example, DoubleClick Search Floodlight activity
name).
|
Availability |
setSegmentationType(String segmentationType)
The segmentation type that this availability is for (its default value is `FLOODLIGHT`).
|
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 Long getAdvertiserId()
null for nonepublic Availability setAdvertiserId(Long advertiserId)
advertiserId - advertiserId or null for nonepublic Long getAgencyId()
null for nonepublic Availability setAgencyId(Long agencyId)
agencyId - agencyId or null for nonepublic Long getAvailabilityTimestamp()
null for nonepublic Availability setAvailabilityTimestamp(Long availabilityTimestamp)
availabilityTimestamp - availabilityTimestamp or null for nonepublic String getCustomerId()
null for nonepublic Availability setCustomerId(String customerId)
customerId - customerId or null for nonepublic Long getSegmentationId()
null for nonepublic Availability setSegmentationId(Long segmentationId)
segmentationId - segmentationId or null for nonepublic String getSegmentationName()
null for nonepublic Availability setSegmentationName(String segmentationName)
segmentationName - segmentationName or null for nonepublic String getSegmentationType()
null for nonepublic Availability setSegmentationType(String segmentationType)
segmentationType - segmentationType or null for nonepublic Availability set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Availability clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.