public final class EncryptionInfo
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 |
|---|
EncryptionInfo() |
| Modifier and Type | Method and Description |
|---|---|
EncryptionInfo |
clone() |
java.lang.Long |
getEncryptionEntityId()
The encryption entity ID.
|
java.lang.String |
getEncryptionEntityType()
The encryption entity type.
|
java.lang.String |
getEncryptionSource()
Describes whether the encrypted cookie was received from ad serving (the %m macro) or from Data
Transfer.
|
java.lang.String |
getKind()
Identifies what kind of resource this is.
|
EncryptionInfo |
set(java.lang.String fieldName,
java.lang.Object value) |
EncryptionInfo |
setEncryptionEntityId(java.lang.Long encryptionEntityId)
The encryption entity ID.
|
EncryptionInfo |
setEncryptionEntityType(java.lang.String encryptionEntityType)
The encryption entity type.
|
EncryptionInfo |
setEncryptionSource(java.lang.String encryptionSource)
Describes whether the encrypted cookie was received from ad serving (the %m macro) or from Data
Transfer.
|
EncryptionInfo |
setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.Long getEncryptionEntityId()
null for nonepublic EncryptionInfo setEncryptionEntityId(java.lang.Long encryptionEntityId)
encryptionEntityId - encryptionEntityId or null for nonepublic java.lang.String getEncryptionEntityType()
null for nonepublic EncryptionInfo setEncryptionEntityType(java.lang.String encryptionEntityType)
encryptionEntityType - encryptionEntityType or null for nonepublic java.lang.String getEncryptionSource()
null for nonepublic EncryptionInfo setEncryptionSource(java.lang.String encryptionSource)
encryptionSource - encryptionSource or null for nonepublic java.lang.String getKind()
null for nonepublic EncryptionInfo setKind(java.lang.String kind)
kind - kind or null for nonepublic EncryptionInfo set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic EncryptionInfo clone()
clone in class com.google.api.client.json.GenericJson