public final class Account
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 Campaign Manager 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 |
|---|
Account() |
| Modifier and Type | Method and Description |
|---|---|
Account |
clone() |
List<Long> |
getAccountPermissionIds()
Account permissions assigned to this account.
|
String |
getAccountProfile()
Profile for this account.
|
Boolean |
getActive()
Whether this account is active.
|
String |
getActiveAdsLimitTier()
Maximum number of active ads allowed for this account.
|
Boolean |
getActiveViewOptOut()
Whether to serve creatives with Active View tags.
|
List<Long> |
getAvailablePermissionIds()
User role permissions available to the user roles of this account.
|
Long |
getCountryId()
ID of the country associated with this account.
|
Long |
getCurrencyId()
ID of currency associated with this account.
|
Long |
getDefaultCreativeSizeId()
Default placement dimensions for this account.
|
String |
getDescription()
Description of this account.
|
Long |
getId()
ID of this account.
|
String |
getKind()
Identifies what kind of resource this is.
|
String |
getLocale()
Locale of this account.
|
Long |
getMaximumImageSize()
Maximum image size allowed for this account, in kilobytes.
|
String |
getName()
Name of this account.
|
Boolean |
getNielsenOcrEnabled()
Whether campaigns created in this account will be enabled for Nielsen OCR reach ratings by
default.
|
ReportsConfiguration |
getReportsConfiguration()
Reporting configuration of this account.
|
Boolean |
getShareReportsWithTwitter()
Share Path to Conversion reports with Twitter.
|
Long |
getTeaserSizeLimit()
File size limit in kilobytes of Rich Media teaser creatives.
|
Account |
set(String fieldName,
Object value) |
Account |
setAccountPermissionIds(List<Long> accountPermissionIds)
Account permissions assigned to this account.
|
Account |
setAccountProfile(String accountProfile)
Profile for this account.
|
Account |
setActive(Boolean active)
Whether this account is active.
|
Account |
setActiveAdsLimitTier(String activeAdsLimitTier)
Maximum number of active ads allowed for this account.
|
Account |
setActiveViewOptOut(Boolean activeViewOptOut)
Whether to serve creatives with Active View tags.
|
Account |
setAvailablePermissionIds(List<Long> availablePermissionIds)
User role permissions available to the user roles of this account.
|
Account |
setCountryId(Long countryId)
ID of the country associated with this account.
|
Account |
setCurrencyId(Long currencyId)
ID of currency associated with this account.
|
Account |
setDefaultCreativeSizeId(Long defaultCreativeSizeId)
Default placement dimensions for this account.
|
Account |
setDescription(String description)
Description of this account.
|
Account |
setId(Long id)
ID of this account.
|
Account |
setKind(String kind)
Identifies what kind of resource this is.
|
Account |
setLocale(String locale)
Locale of this account.
|
Account |
setMaximumImageSize(Long maximumImageSize)
Maximum image size allowed for this account, in kilobytes.
|
Account |
setName(String name)
Name of this account.
|
Account |
setNielsenOcrEnabled(Boolean nielsenOcrEnabled)
Whether campaigns created in this account will be enabled for Nielsen OCR reach ratings by
default.
|
Account |
setReportsConfiguration(ReportsConfiguration reportsConfiguration)
Reporting configuration of this account.
|
Account |
setShareReportsWithTwitter(Boolean shareReportsWithTwitter)
Share Path to Conversion reports with Twitter.
|
Account |
setTeaserSizeLimit(Long teaserSizeLimit)
File size limit in kilobytes of Rich Media teaser creatives.
|
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 List<Long> getAccountPermissionIds()
null for nonepublic Account setAccountPermissionIds(List<Long> accountPermissionIds)
accountPermissionIds - accountPermissionIds or null for nonepublic String getAccountProfile()
null for nonepublic Account setAccountProfile(String accountProfile)
accountProfile - accountProfile or null for nonepublic Boolean getActive()
null for nonepublic Account setActive(Boolean active)
active - active or null for nonepublic String getActiveAdsLimitTier()
null for nonepublic Account setActiveAdsLimitTier(String activeAdsLimitTier)
activeAdsLimitTier - activeAdsLimitTier or null for nonepublic Boolean getActiveViewOptOut()
null for nonepublic Account setActiveViewOptOut(Boolean activeViewOptOut)
activeViewOptOut - activeViewOptOut or null for nonepublic List<Long> getAvailablePermissionIds()
null for nonepublic Account setAvailablePermissionIds(List<Long> availablePermissionIds)
availablePermissionIds - availablePermissionIds or null for nonepublic Long getCountryId()
null for nonepublic Account setCountryId(Long countryId)
countryId - countryId or null for nonepublic Long getCurrencyId()
null for nonepublic Account setCurrencyId(Long currencyId)
currencyId - currencyId or null for nonepublic Long getDefaultCreativeSizeId()
null for nonepublic Account setDefaultCreativeSizeId(Long defaultCreativeSizeId)
defaultCreativeSizeId - defaultCreativeSizeId or null for nonepublic String getDescription()
null for nonepublic Account setDescription(String description)
description - description or null for nonepublic Long getId()
null for nonepublic Account setId(Long id)
id - id or null for nonepublic String getKind()
null for nonepublic Account setKind(String kind)
kind - kind or null for nonepublic String getLocale()
null for nonepublic Account setLocale(String locale)
locale - locale or null for nonepublic Long getMaximumImageSize()
null for nonepublic Account setMaximumImageSize(Long maximumImageSize)
maximumImageSize - maximumImageSize or null for nonepublic String getName()
null for nonepublic Account setName(String name)
name - name or null for nonepublic Boolean getNielsenOcrEnabled()
null for nonepublic Account setNielsenOcrEnabled(Boolean nielsenOcrEnabled)
nielsenOcrEnabled - nielsenOcrEnabled or null for nonepublic ReportsConfiguration getReportsConfiguration()
null for nonepublic Account setReportsConfiguration(ReportsConfiguration reportsConfiguration)
reportsConfiguration - reportsConfiguration or null for nonepublic Boolean getShareReportsWithTwitter()
null for nonepublic Account setShareReportsWithTwitter(Boolean shareReportsWithTwitter)
shareReportsWithTwitter - shareReportsWithTwitter or null for nonepublic Long getTeaserSizeLimit()
null for nonepublic Account setTeaserSizeLimit(Long teaserSizeLimit)
teaserSizeLimit - teaserSizeLimit or null for nonepublic Account set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Account clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.