public class ManagedCustomer extends Object
ManagedCustomerPage.
Java class for ManagedCustomer complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ManagedCustomer">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="customerId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="canManageClients" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="currencyCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="dateTimeZone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="testAccount" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="accountLabels" type="{https://adwords.google.com/api/adwords/mcm/v201809}AccountLabel" maxOccurs="unbounded" minOccurs="0"/>
<element name="excludeHiddenAccounts" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<AccountLabel> |
accountLabels |
protected Boolean |
canManageClients |
protected String |
currencyCode |
protected Long |
customerId |
protected String |
dateTimeZone |
protected Boolean |
excludeHiddenAccounts |
protected String |
name |
protected Boolean |
testAccount |
| Constructor and Description |
|---|
ManagedCustomer() |
| Modifier and Type | Method and Description |
|---|---|
List<AccountLabel> |
getAccountLabels()
Gets the value of the accountLabels property.
|
String |
getCurrencyCode()
Gets the value of the currencyCode property.
|
Long |
getCustomerId()
Gets the value of the customerId property.
|
String |
getDateTimeZone()
Gets the value of the dateTimeZone property.
|
String |
getName()
Gets the value of the name property.
|
Boolean |
isCanManageClients()
Gets the value of the canManageClients property.
|
Boolean |
isExcludeHiddenAccounts()
Gets the value of the excludeHiddenAccounts property.
|
Boolean |
isTestAccount()
Gets the value of the testAccount property.
|
void |
setCanManageClients(Boolean value)
Sets the value of the canManageClients property.
|
void |
setCurrencyCode(String value)
Sets the value of the currencyCode property.
|
void |
setCustomerId(Long value)
Sets the value of the customerId property.
|
void |
setDateTimeZone(String value)
Sets the value of the dateTimeZone property.
|
void |
setExcludeHiddenAccounts(Boolean value)
Sets the value of the excludeHiddenAccounts property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setTestAccount(Boolean value)
Sets the value of the testAccount property.
|
protected String name
protected Long customerId
protected Boolean canManageClients
protected String currencyCode
protected String dateTimeZone
protected Boolean testAccount
protected List<AccountLabel> accountLabels
protected Boolean excludeHiddenAccounts
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Long getCustomerId()
Longpublic void setCustomerId(Long value)
value - allowed object is
Longpublic Boolean isCanManageClients()
Booleanpublic void setCanManageClients(Boolean value)
value - allowed object is
Booleanpublic String getCurrencyCode()
Stringpublic void setCurrencyCode(String value)
value - allowed object is
Stringpublic String getDateTimeZone()
Stringpublic void setDateTimeZone(String value)
value - allowed object is
Stringpublic Boolean isTestAccount()
Booleanpublic void setTestAccount(Boolean value)
value - allowed object is
Booleanpublic List<AccountLabel> getAccountLabels()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the accountLabels property.
For example, to add a new item, do as follows:
getAccountLabels().add(newItem);
Objects of the following type(s) are allowed in the list
AccountLabel
public Boolean isExcludeHiddenAccounts()
BooleanCopyright © 2023. All rights reserved.