public class Parent extends Criterion
A criterion of this type can only be created using an ID. A criterion of this type can be either targeted or excluded. This is disabled for AdX when it is contained within Operators: ADD, SET.
Java class for Parent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Parent">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}Criterion">
<sequence>
<element name="parentType" type="{https://adwords.google.com/api/adwords/cm/v201809}Parent.ParentType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ParentParentType |
parentType |
criterionType, id, type| Constructor and Description |
|---|
Parent() |
| Modifier and Type | Method and Description |
|---|---|
ParentParentType |
getParentType()
Gets the value of the parentType property.
|
void |
setParentType(ParentParentType value)
Sets the value of the parentType property.
|
getCriterionType, getId, getType, setCriterionType, setId, setTypeprotected ParentParentType parentType
public ParentParentType getParentType()
ParentParentTypepublic void setParentType(ParentParentType value)
value - allowed object is
ParentParentTypeCopyright © 2023. All rights reserved.