public class ProductChannel extends ProductDimension
AdvertisingChannelType.SHOPPING.
Java class for ProductChannel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProductChannel">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}ProductDimension">
<sequence>
<element name="channel" type="{https://adwords.google.com/api/adwords/cm/v201809}ShoppingProductChannel" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ShoppingProductChannel |
channel |
productDimensionType| Constructor and Description |
|---|
ProductChannel() |
| Modifier and Type | Method and Description |
|---|---|
ShoppingProductChannel |
getChannel()
Gets the value of the channel property.
|
void |
setChannel(ShoppingProductChannel value)
Sets the value of the channel property.
|
getProductDimensionType, setProductDimensionTypeprotected ShoppingProductChannel channel
public ShoppingProductChannel getChannel()
ShoppingProductChannelpublic void setChannel(ShoppingProductChannel value)
value - allowed object is
ShoppingProductChannelCopyright © 2023. All rights reserved.