public class Placement extends Criterion
Java class for Placement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Placement">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}Criterion">
<sequence>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
url |
criterionType, id, type| Constructor and Description |
|---|
Placement() |
| Modifier and Type | Method and Description |
|---|---|
String |
getUrl()
Gets the value of the url property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
getCriterionType, getId, getType, setCriterionType, setId, setTypeprotected String url
Copyright © 2023. All rights reserved.