public class ProductBiddingCategoryData extends ConstantData
Clients use this to convert between human-readable category names / display strings and ProductBiddingCategory instances.
Java class for ProductBiddingCategoryData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProductBiddingCategoryData">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}ConstantData">
<sequence>
<element name="dimensionValue" type="{https://adwords.google.com/api/adwords/cm/v201809}ProductBiddingCategory" minOccurs="0"/>
<element name="parentDimensionValue" type="{https://adwords.google.com/api/adwords/cm/v201809}ProductBiddingCategory" minOccurs="0"/>
<element name="country" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="status" type="{https://adwords.google.com/api/adwords/cm/v201809}ShoppingBiddingDimensionStatus" minOccurs="0"/>
<element name="displayValue" type="{https://adwords.google.com/api/adwords/cm/v201809}String_StringMapEntry" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
country |
protected ProductBiddingCategory |
dimensionValue |
protected List<StringStringMapEntry> |
displayValue |
protected ProductBiddingCategory |
parentDimensionValue |
protected ShoppingBiddingDimensionStatus |
status |
constantDataType| Constructor and Description |
|---|
ProductBiddingCategoryData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCountry()
Gets the value of the country property.
|
ProductBiddingCategory |
getDimensionValue()
Gets the value of the dimensionValue property.
|
List<StringStringMapEntry> |
getDisplayValue()
Gets the value of the displayValue property.
|
ProductBiddingCategory |
getParentDimensionValue()
Gets the value of the parentDimensionValue property.
|
ShoppingBiddingDimensionStatus |
getStatus()
Gets the value of the status property.
|
void |
setCountry(String value)
Sets the value of the country property.
|
void |
setDimensionValue(ProductBiddingCategory value)
Sets the value of the dimensionValue property.
|
void |
setParentDimensionValue(ProductBiddingCategory value)
Sets the value of the parentDimensionValue property.
|
void |
setStatus(ShoppingBiddingDimensionStatus value)
Sets the value of the status property.
|
getConstantDataType, setConstantDataTypeprotected ProductBiddingCategory dimensionValue
protected ProductBiddingCategory parentDimensionValue
protected String country
protected ShoppingBiddingDimensionStatus status
protected List<StringStringMapEntry> displayValue
public ProductBiddingCategory getDimensionValue()
ProductBiddingCategorypublic void setDimensionValue(ProductBiddingCategory value)
value - allowed object is
ProductBiddingCategorypublic ProductBiddingCategory getParentDimensionValue()
ProductBiddingCategorypublic void setParentDimensionValue(ProductBiddingCategory value)
value - allowed object is
ProductBiddingCategorypublic String getCountry()
Stringpublic void setCountry(String value)
value - allowed object is
Stringpublic ShoppingBiddingDimensionStatus getStatus()
ShoppingBiddingDimensionStatuspublic void setStatus(ShoppingBiddingDimensionStatus value)
value - allowed object is
ShoppingBiddingDimensionStatuspublic List<StringStringMapEntry> getDisplayValue()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the displayValue property.
For example, to add a new item, do as follows:
getDisplayValue().add(newItem);
Objects of the following type(s) are allowed in the list
StringStringMapEntry
Copyright © 2023. All rights reserved.