public final class Conversion
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 |
|---|
Conversion() |
| Modifier and Type | Method and Description |
|---|---|
Conversion |
clone() |
java.lang.Boolean |
getChildDirectedTreatment()
Whether the conversion was directed toward children.
|
java.util.List<CustomFloodlightVariable> |
getCustomVariables()
Custom floodlight variables.
|
java.lang.String |
getEncryptedUserId()
The alphanumeric encrypted user ID.
|
java.util.List<java.lang.String> |
getEncryptedUserIdCandidates()
A list of the alphanumeric encrypted user IDs.
|
java.lang.Long |
getFloodlightActivityId()
Floodlight Activity ID of this conversion.
|
java.lang.Long |
getFloodlightConfigurationId()
Floodlight Configuration ID of this conversion.
|
java.lang.String |
getGclid()
The Google click ID.
|
java.lang.String |
getKind()
Identifies what kind of resource this is.
|
java.lang.Boolean |
getLimitAdTracking()
Whether Limit Ad Tracking is enabled.
|
java.lang.String |
getMobileDeviceId()
The mobile device ID.
|
java.lang.String |
getOrdinal()
The ordinal of the conversion.
|
java.lang.Long |
getQuantity()
The quantity of the conversion.
|
java.lang.Long |
getTimestampMicros()
The timestamp of conversion, in Unix epoch micros.
|
java.lang.Double |
getValue()
The value of the conversion.
|
Conversion |
set(java.lang.String fieldName,
java.lang.Object value) |
Conversion |
setChildDirectedTreatment(java.lang.Boolean childDirectedTreatment)
Whether the conversion was directed toward children.
|
Conversion |
setCustomVariables(java.util.List<CustomFloodlightVariable> customVariables)
Custom floodlight variables.
|
Conversion |
setEncryptedUserId(java.lang.String encryptedUserId)
The alphanumeric encrypted user ID.
|
Conversion |
setEncryptedUserIdCandidates(java.util.List<java.lang.String> encryptedUserIdCandidates)
A list of the alphanumeric encrypted user IDs.
|
Conversion |
setFloodlightActivityId(java.lang.Long floodlightActivityId)
Floodlight Activity ID of this conversion.
|
Conversion |
setFloodlightConfigurationId(java.lang.Long floodlightConfigurationId)
Floodlight Configuration ID of this conversion.
|
Conversion |
setGclid(java.lang.String gclid)
The Google click ID.
|
Conversion |
setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
Conversion |
setLimitAdTracking(java.lang.Boolean limitAdTracking)
Whether Limit Ad Tracking is enabled.
|
Conversion |
setMobileDeviceId(java.lang.String mobileDeviceId)
The mobile device ID.
|
Conversion |
setOrdinal(java.lang.String ordinal)
The ordinal of the conversion.
|
Conversion |
setQuantity(java.lang.Long quantity)
The quantity of the conversion.
|
Conversion |
setTimestampMicros(java.lang.Long timestampMicros)
The timestamp of conversion, in Unix epoch micros.
|
Conversion |
setValue(java.lang.Double value)
The value of the conversion.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.Boolean getChildDirectedTreatment()
null for nonepublic Conversion setChildDirectedTreatment(java.lang.Boolean childDirectedTreatment)
childDirectedTreatment - childDirectedTreatment or null for nonepublic java.util.List<CustomFloodlightVariable> getCustomVariables()
null for nonepublic Conversion setCustomVariables(java.util.List<CustomFloodlightVariable> customVariables)
customVariables - customVariables or null for nonepublic java.lang.String getEncryptedUserId()
null for nonepublic Conversion setEncryptedUserId(java.lang.String encryptedUserId)
encryptedUserId - encryptedUserId or null for nonepublic java.util.List<java.lang.String> getEncryptedUserIdCandidates()
null for nonepublic Conversion setEncryptedUserIdCandidates(java.util.List<java.lang.String> encryptedUserIdCandidates)
encryptedUserIdCandidates - encryptedUserIdCandidates or null for nonepublic java.lang.Long getFloodlightActivityId()
null for nonepublic Conversion setFloodlightActivityId(java.lang.Long floodlightActivityId)
floodlightActivityId - floodlightActivityId or null for nonepublic java.lang.Long getFloodlightConfigurationId()
null for nonepublic Conversion setFloodlightConfigurationId(java.lang.Long floodlightConfigurationId)
floodlightConfigurationId - floodlightConfigurationId or null for nonepublic java.lang.String getGclid()
null for nonepublic Conversion setGclid(java.lang.String gclid)
gclid - gclid or null for nonepublic java.lang.String getKind()
null for nonepublic Conversion setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.Boolean getLimitAdTracking()
null for nonepublic Conversion setLimitAdTracking(java.lang.Boolean limitAdTracking)
limitAdTracking - limitAdTracking or null for nonepublic java.lang.String getMobileDeviceId()
null for nonepublic Conversion setMobileDeviceId(java.lang.String mobileDeviceId)
mobileDeviceId - mobileDeviceId or null for nonepublic java.lang.String getOrdinal()
null for nonepublic Conversion setOrdinal(java.lang.String ordinal)
ordinal - ordinal or null for nonepublic java.lang.Long getQuantity()
null for nonepublic Conversion setQuantity(java.lang.Long quantity)
quantity - quantity or null for nonepublic java.lang.Long getTimestampMicros()
null for nonepublic Conversion setTimestampMicros(java.lang.Long timestampMicros)
timestampMicros - timestampMicros or null for nonepublic java.lang.Double getValue()
null for nonepublic Conversion setValue(java.lang.Double value)
value - value or null for nonepublic Conversion set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Conversion clone()
clone in class com.google.api.client.json.GenericJson