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.Flags
Constructor and Description |
---|
Availability() |
Modifier and Type | Method and Description |
---|---|
Availability |
clone() |
java.lang.Long |
getAdvertiserId()
DS advertiser ID.
|
java.lang.Long |
getAgencyId()
DS agency ID.
|
java.math.BigInteger |
getAvailabilityTimestamp()
The time by which all conversions have been uploaded, in epoch millis UTC.
|
java.lang.Long |
getSegmentationId()
The numeric segmentation identifier (for example, DoubleClick Search Floodlight activity ID).
|
java.lang.String |
getSegmentationName()
The friendly segmentation identifier (for example, DoubleClick Search Floodlight activity
name).
|
java.lang.String |
getSegmentationType()
The segmentation type that this availability is for (its default value is FLOODLIGHT).
|
Availability |
set(java.lang.String fieldName,
java.lang.Object value) |
Availability |
setAdvertiserId(java.lang.Long advertiserId)
DS advertiser ID.
|
Availability |
setAgencyId(java.lang.Long agencyId)
DS agency ID.
|
Availability |
setAvailabilityTimestamp(java.math.BigInteger availabilityTimestamp)
The time by which all conversions have been uploaded, in epoch millis UTC.
|
Availability |
setSegmentationId(java.lang.Long segmentationId)
The numeric segmentation identifier (for example, DoubleClick Search Floodlight activity ID).
|
Availability |
setSegmentationName(java.lang.String segmentationName)
The friendly segmentation identifier (for example, DoubleClick Search Floodlight activity
name).
|
Availability |
setSegmentationType(java.lang.String segmentationType)
The segmentation type that this availability is for (its default value is FLOODLIGHT).
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.Long getAdvertiserId()
null
for nonepublic Availability setAdvertiserId(java.lang.Long advertiserId)
advertiserId
- advertiserId or null
for nonepublic java.lang.Long getAgencyId()
null
for nonepublic Availability setAgencyId(java.lang.Long agencyId)
agencyId
- agencyId or null
for nonepublic java.math.BigInteger getAvailabilityTimestamp()
null
for nonepublic Availability setAvailabilityTimestamp(java.math.BigInteger availabilityTimestamp)
availabilityTimestamp
- availabilityTimestamp or null
for nonepublic java.lang.Long getSegmentationId()
null
for nonepublic Availability setSegmentationId(java.lang.Long segmentationId)
segmentationId
- segmentationId or null
for nonepublic java.lang.String getSegmentationName()
null
for nonepublic Availability setSegmentationName(java.lang.String segmentationName)
segmentationName
- segmentationName or null
for nonepublic java.lang.String getSegmentationType()
null
for nonepublic Availability setSegmentationType(java.lang.String segmentationType)
segmentationType
- segmentationType or null
for nonepublic Availability set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public Availability clone()
clone
in class com.google.api.client.json.GenericJson