public class ShoppingSetting extends Setting
Java class for ShoppingSetting complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ShoppingSetting">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}Setting">
<sequence>
<element name="merchantId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="salesCountry" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="campaignPriority" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="enableLocal" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
campaignPriority |
protected Boolean |
enableLocal |
protected Long |
merchantId |
protected String |
salesCountry |
settingType| Constructor and Description |
|---|
ShoppingSetting() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCampaignPriority()
Gets the value of the campaignPriority property.
|
Long |
getMerchantId()
Gets the value of the merchantId property.
|
String |
getSalesCountry()
Gets the value of the salesCountry property.
|
Boolean |
isEnableLocal()
Gets the value of the enableLocal property.
|
void |
setCampaignPriority(Integer value)
Sets the value of the campaignPriority property.
|
void |
setEnableLocal(Boolean value)
Sets the value of the enableLocal property.
|
void |
setMerchantId(Long value)
Sets the value of the merchantId property.
|
void |
setSalesCountry(String value)
Sets the value of the salesCountry property.
|
getSettingType, setSettingTypeprotected Long merchantId
protected String salesCountry
protected Integer campaignPriority
protected Boolean enableLocal
public Long getMerchantId()
Longpublic void setMerchantId(Long value)
value - allowed object is
Longpublic String getSalesCountry()
Stringpublic void setSalesCountry(String value)
value - allowed object is
Stringpublic Integer getCampaignPriority()
Integerpublic void setCampaignPriority(Integer value)
value - allowed object is
Integerpublic Boolean isEnableLocal()
BooleanCopyright © 2023. All rights reserved.