public final class AccountUserProfile
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 |
|---|
AccountUserProfile() |
| Modifier and Type | Method and Description |
|---|---|
AccountUserProfile |
clone() |
java.lang.Long |
getAccountId()
Account ID of the user profile.
|
java.lang.Boolean |
getActive()
Whether this user profile is active.
|
ObjectFilter |
getAdvertiserFilter()
Filter that describes which advertisers are visible to the user profile.
|
ObjectFilter |
getCampaignFilter()
Filter that describes which campaigns are visible to the user profile.
|
java.lang.String |
getComments()
Comments for this user profile.
|
java.lang.String |
getEmail()
Email of the user profile.
|
java.lang.Long |
getId()
ID of the user profile.
|
java.lang.String |
getKind()
Identifies what kind of resource this is.
|
java.lang.String |
getLocale()
Locale of the user profile.
|
java.lang.String |
getName()
Name of the user profile.
|
ObjectFilter |
getSiteFilter()
Filter that describes which sites are visible to the user profile.
|
java.lang.Long |
getSubaccountId()
Subaccount ID of the user profile.
|
java.lang.String |
getTraffickerType()
Trafficker type of this user profile.
|
java.lang.String |
getUserAccessType()
User type of the user profile.
|
ObjectFilter |
getUserRoleFilter()
Filter that describes which user roles are visible to the user profile.
|
java.lang.Long |
getUserRoleId()
User role ID of the user profile.
|
AccountUserProfile |
set(java.lang.String fieldName,
java.lang.Object value) |
AccountUserProfile |
setAccountId(java.lang.Long accountId)
Account ID of the user profile.
|
AccountUserProfile |
setActive(java.lang.Boolean active)
Whether this user profile is active.
|
AccountUserProfile |
setAdvertiserFilter(ObjectFilter advertiserFilter)
Filter that describes which advertisers are visible to the user profile.
|
AccountUserProfile |
setCampaignFilter(ObjectFilter campaignFilter)
Filter that describes which campaigns are visible to the user profile.
|
AccountUserProfile |
setComments(java.lang.String comments)
Comments for this user profile.
|
AccountUserProfile |
setEmail(java.lang.String email)
Email of the user profile.
|
AccountUserProfile |
setId(java.lang.Long id)
ID of the user profile.
|
AccountUserProfile |
setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
AccountUserProfile |
setLocale(java.lang.String locale)
Locale of the user profile.
|
AccountUserProfile |
setName(java.lang.String name)
Name of the user profile.
|
AccountUserProfile |
setSiteFilter(ObjectFilter siteFilter)
Filter that describes which sites are visible to the user profile.
|
AccountUserProfile |
setSubaccountId(java.lang.Long subaccountId)
Subaccount ID of the user profile.
|
AccountUserProfile |
setTraffickerType(java.lang.String traffickerType)
Trafficker type of this user profile.
|
AccountUserProfile |
setUserAccessType(java.lang.String userAccessType)
User type of the user profile.
|
AccountUserProfile |
setUserRoleFilter(ObjectFilter userRoleFilter)
Filter that describes which user roles are visible to the user profile.
|
AccountUserProfile |
setUserRoleId(java.lang.Long userRoleId)
User role ID of the user profile.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.Long getAccountId()
null for nonepublic AccountUserProfile setAccountId(java.lang.Long accountId)
accountId - accountId or null for nonepublic java.lang.Boolean getActive()
null for nonepublic AccountUserProfile setActive(java.lang.Boolean active)
active - active or null for nonepublic ObjectFilter getAdvertiserFilter()
null for nonepublic AccountUserProfile setAdvertiserFilter(ObjectFilter advertiserFilter)
advertiserFilter - advertiserFilter or null for nonepublic ObjectFilter getCampaignFilter()
null for nonepublic AccountUserProfile setCampaignFilter(ObjectFilter campaignFilter)
campaignFilter - campaignFilter or null for nonepublic java.lang.String getComments()
null for nonepublic AccountUserProfile setComments(java.lang.String comments)
comments - comments or null for nonepublic java.lang.String getEmail()
null for nonepublic AccountUserProfile setEmail(java.lang.String email)
email - email or null for nonepublic java.lang.Long getId()
null for nonepublic AccountUserProfile setId(java.lang.Long id)
id - id or null for nonepublic java.lang.String getKind()
null for nonepublic AccountUserProfile setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.String getLocale()
null for nonepublic AccountUserProfile setLocale(java.lang.String locale)
locale - locale or null for nonepublic java.lang.String getName()
null for nonepublic AccountUserProfile setName(java.lang.String name)
name - name or null for nonepublic ObjectFilter getSiteFilter()
null for nonepublic AccountUserProfile setSiteFilter(ObjectFilter siteFilter)
siteFilter - siteFilter or null for nonepublic java.lang.Long getSubaccountId()
null for nonepublic AccountUserProfile setSubaccountId(java.lang.Long subaccountId)
subaccountId - subaccountId or null for nonepublic java.lang.String getTraffickerType()
null for nonepublic AccountUserProfile setTraffickerType(java.lang.String traffickerType)
traffickerType - traffickerType or null for nonepublic java.lang.String getUserAccessType()
null for nonepublic AccountUserProfile setUserAccessType(java.lang.String userAccessType)
userAccessType - userAccessType or null for nonepublic ObjectFilter getUserRoleFilter()
null for nonepublic AccountUserProfile setUserRoleFilter(ObjectFilter userRoleFilter)
userRoleFilter - userRoleFilter or null for nonepublic java.lang.Long getUserRoleId()
null for nonepublic AccountUserProfile setUserRoleId(java.lang.Long userRoleId)
userRoleId - userRoleId or null for nonepublic AccountUserProfile set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic AccountUserProfile clone()
clone in class com.google.api.client.json.GenericJson