public class Customer extends Object
Java class for Customer complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Customer">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="customerId" type="{http://www.w3.org/2001/XMLSchema}long" 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="descriptiveName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="canManageClients" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="testAccount" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="autoTaggingEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="trackingUrlTemplate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="finalUrlSuffix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="parallelTrackingEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="conversionTrackingSettings" type="{https://adwords.google.com/api/adwords/mcm/v201809}ConversionTrackingSettings" minOccurs="0"/>
<element name="remarketingSettings" type="{https://adwords.google.com/api/adwords/mcm/v201809}RemarketingSettings" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
autoTaggingEnabled |
protected Boolean |
canManageClients |
protected ConversionTrackingSettings |
conversionTrackingSettings |
protected String |
currencyCode |
protected Long |
customerId |
protected String |
dateTimeZone |
protected String |
descriptiveName |
protected String |
finalUrlSuffix |
protected Boolean |
parallelTrackingEnabled |
protected RemarketingSettings |
remarketingSettings |
protected Boolean |
testAccount |
protected String |
trackingUrlTemplate |
| Constructor and Description |
|---|
Customer() |
| Modifier and Type | Method and Description |
|---|---|
ConversionTrackingSettings |
getConversionTrackingSettings()
Gets the value of the conversionTrackingSettings 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 |
getDescriptiveName()
Gets the value of the descriptiveName property.
|
String |
getFinalUrlSuffix()
Gets the value of the finalUrlSuffix property.
|
RemarketingSettings |
getRemarketingSettings()
Gets the value of the remarketingSettings property.
|
String |
getTrackingUrlTemplate()
Gets the value of the trackingUrlTemplate property.
|
Boolean |
isAutoTaggingEnabled()
Gets the value of the autoTaggingEnabled property.
|
Boolean |
isCanManageClients()
Gets the value of the canManageClients property.
|
Boolean |
isParallelTrackingEnabled()
Gets the value of the parallelTrackingEnabled property.
|
Boolean |
isTestAccount()
Gets the value of the testAccount property.
|
void |
setAutoTaggingEnabled(Boolean value)
Sets the value of the autoTaggingEnabled property.
|
void |
setCanManageClients(Boolean value)
Sets the value of the canManageClients property.
|
void |
setConversionTrackingSettings(ConversionTrackingSettings value)
Sets the value of the conversionTrackingSettings 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 |
setDescriptiveName(String value)
Sets the value of the descriptiveName property.
|
void |
setFinalUrlSuffix(String value)
Sets the value of the finalUrlSuffix property.
|
void |
setParallelTrackingEnabled(Boolean value)
Sets the value of the parallelTrackingEnabled property.
|
void |
setRemarketingSettings(RemarketingSettings value)
Sets the value of the remarketingSettings property.
|
void |
setTestAccount(Boolean value)
Sets the value of the testAccount property.
|
void |
setTrackingUrlTemplate(String value)
Sets the value of the trackingUrlTemplate property.
|
protected Long customerId
protected String currencyCode
protected String dateTimeZone
protected String descriptiveName
protected Boolean canManageClients
protected Boolean testAccount
protected Boolean autoTaggingEnabled
protected String trackingUrlTemplate
protected String finalUrlSuffix
protected Boolean parallelTrackingEnabled
protected ConversionTrackingSettings conversionTrackingSettings
protected RemarketingSettings remarketingSettings
public Long getCustomerId()
Longpublic void setCustomerId(Long value)
value - allowed object is
Longpublic String getCurrencyCode()
Stringpublic void setCurrencyCode(String value)
value - allowed object is
Stringpublic String getDateTimeZone()
Stringpublic void setDateTimeZone(String value)
value - allowed object is
Stringpublic String getDescriptiveName()
Stringpublic void setDescriptiveName(String value)
value - allowed object is
Stringpublic Boolean isCanManageClients()
Booleanpublic void setCanManageClients(Boolean value)
value - allowed object is
Booleanpublic Boolean isTestAccount()
Booleanpublic void setTestAccount(Boolean value)
value - allowed object is
Booleanpublic Boolean isAutoTaggingEnabled()
Booleanpublic void setAutoTaggingEnabled(Boolean value)
value - allowed object is
Booleanpublic String getTrackingUrlTemplate()
Stringpublic void setTrackingUrlTemplate(String value)
value - allowed object is
Stringpublic String getFinalUrlSuffix()
Stringpublic void setFinalUrlSuffix(String value)
value - allowed object is
Stringpublic Boolean isParallelTrackingEnabled()
Booleanpublic void setParallelTrackingEnabled(Boolean value)
value - allowed object is
Booleanpublic ConversionTrackingSettings getConversionTrackingSettings()
ConversionTrackingSettingspublic void setConversionTrackingSettings(ConversionTrackingSettings value)
value - allowed object is
ConversionTrackingSettingspublic RemarketingSettings getRemarketingSettings()
RemarketingSettingspublic void setRemarketingSettings(RemarketingSettings value)
value - allowed object is
RemarketingSettingsCopyright © 2023. All rights reserved.