public class ProductBiddingCategory extends ProductDimension
Java class for ProductBiddingCategory complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProductBiddingCategory">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}ProductDimension">
<sequence>
<element name="type" type="{https://adwords.google.com/api/adwords/cm/v201809}ProductDimensionType" minOccurs="0"/>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ProductDimensionType |
type |
protected Long |
value |
productDimensionType| Constructor and Description |
|---|
ProductBiddingCategory() |
| Modifier and Type | Method and Description |
|---|---|
ProductDimensionType |
getType()
Gets the value of the type property.
|
Long |
getValue()
Gets the value of the value property.
|
void |
setType(ProductDimensionType value)
Sets the value of the type property.
|
void |
setValue(Long value)
Sets the value of the value property.
|
getProductDimensionType, setProductDimensionTypeprotected ProductDimensionType type
protected Long value
public ProductDimensionType getType()
ProductDimensionTypepublic void setType(ProductDimensionType value)
value - allowed object is
ProductDimensionTypepublic Long getValue()
LongCopyright © 2023. All rights reserved.