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://bingads.microsoft.com/CampaignManagement/v13}Setting">
<sequence>
<element name="FeedLabel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LocalInventoryAdsEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Priority" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="SalesCountryCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ShoppableAdsEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="StoreId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
feedLabel |
protected Boolean |
localInventoryAdsEnabled |
protected Integer |
priority |
protected String |
salesCountryCode |
protected Boolean |
shoppableAdsEnabled |
protected Long |
storeId |
| Constructor and Description |
|---|
ShoppingSetting() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFeedLabel()
Gets the value of the feedLabel property.
|
Boolean |
getLocalInventoryAdsEnabled()
Gets the value of the localInventoryAdsEnabled property.
|
Integer |
getPriority()
Gets the value of the priority property.
|
String |
getSalesCountryCode()
Gets the value of the salesCountryCode property.
|
Boolean |
getShoppableAdsEnabled()
Gets the value of the shoppableAdsEnabled property.
|
Long |
getStoreId()
Gets the value of the storeId property.
|
void |
setFeedLabel(String value)
Sets the value of the feedLabel property.
|
void |
setLocalInventoryAdsEnabled(Boolean value)
Sets the value of the localInventoryAdsEnabled property.
|
void |
setPriority(Integer value)
Sets the value of the priority property.
|
void |
setSalesCountryCode(String value)
Sets the value of the salesCountryCode property.
|
void |
setShoppableAdsEnabled(Boolean value)
Sets the value of the shoppableAdsEnabled property.
|
void |
setStoreId(Long value)
Sets the value of the storeId property.
|
protected String feedLabel
protected Boolean localInventoryAdsEnabled
protected Integer priority
protected String salesCountryCode
protected Boolean shoppableAdsEnabled
protected Long storeId
public String getFeedLabel()
Stringpublic void setFeedLabel(String value)
value - allowed object is
Stringpublic Boolean getLocalInventoryAdsEnabled()
Booleanpublic void setLocalInventoryAdsEnabled(Boolean value)
value - allowed object is
Booleanpublic Integer getPriority()
Integerpublic void setPriority(Integer value)
value - allowed object is
Integerpublic String getSalesCountryCode()
Stringpublic void setSalesCountryCode(String value)
value - allowed object is
Stringpublic Boolean getShoppableAdsEnabled()
Booleanpublic void setShoppableAdsEnabled(Boolean value)
value - allowed object is
Booleanpublic Long getStoreId()
LongCopyright © 2024. All rights reserved.