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