public final class ContentCategory
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 |
|---|
ContentCategory() |
| Modifier and Type | Method and Description |
|---|---|
ContentCategory |
clone() |
java.lang.Long |
getAccountId()
Account ID of this content category.
|
java.lang.Long |
getId()
ID of this content category.
|
java.lang.String |
getKind()
Identifies what kind of resource this is.
|
java.lang.String |
getName()
Name of this content category.
|
ContentCategory |
set(java.lang.String fieldName,
java.lang.Object value) |
ContentCategory |
setAccountId(java.lang.Long accountId)
Account ID of this content category.
|
ContentCategory |
setId(java.lang.Long id)
ID of this content category.
|
ContentCategory |
setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
ContentCategory |
setName(java.lang.String name)
Name of this content category.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.Long getAccountId()
null for nonepublic ContentCategory setAccountId(java.lang.Long accountId)
accountId - accountId or null for nonepublic java.lang.Long getId()
null for nonepublic ContentCategory setId(java.lang.Long id)
id - id or null for nonepublic java.lang.String getKind()
null for nonepublic ContentCategory setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.String getName()
null for nonepublic ContentCategory setName(java.lang.String name)
name - name or null for nonepublic ContentCategory set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ContentCategory clone()
clone in class com.google.api.client.json.GenericJson