public class SelectiveOptimization extends Object
Java class for SelectiveOptimization complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SelectiveOptimization">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="conversionTypeIds" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/>
<element name="conversionTypeIdsOps" type="{https://adwords.google.com/api/adwords/cm/v201809}ListOperations" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Long> |
conversionTypeIds |
protected ListOperations |
conversionTypeIdsOps |
| Constructor and Description |
|---|
SelectiveOptimization() |
| Modifier and Type | Method and Description |
|---|---|
List<Long> |
getConversionTypeIds()
Gets the value of the conversionTypeIds property.
|
ListOperations |
getConversionTypeIdsOps()
Gets the value of the conversionTypeIdsOps property.
|
void |
setConversionTypeIdsOps(ListOperations value)
Sets the value of the conversionTypeIdsOps property.
|
protected ListOperations conversionTypeIdsOps
public List<Long> getConversionTypeIds()
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 conversionTypeIds property.
For example, to add a new item, do as follows:
getConversionTypeIds().add(newItem);
Objects of the following type(s) are allowed in the list
Long
public ListOperations getConversionTypeIdsOps()
ListOperationspublic void setConversionTypeIdsOps(ListOperations value)
value - allowed object is
ListOperationsCopyright © 2023. All rights reserved.