public class WebpageParameter extends CriterionParameter
Java class for WebpageParameter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WebpageParameter">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}CriterionParameter">
<sequence>
<element name="criterionName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="conditions" type="{https://adwords.google.com/api/adwords/cm/v201809}WebpageCondition" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<WebpageCondition> |
conditions |
protected String |
criterionName |
criterionParameterType| Constructor and Description |
|---|
WebpageParameter() |
| Modifier and Type | Method and Description |
|---|---|
List<WebpageCondition> |
getConditions()
Gets the value of the conditions property.
|
String |
getCriterionName()
Gets the value of the criterionName property.
|
void |
setCriterionName(String value)
Sets the value of the criterionName property.
|
getCriterionParameterType, setCriterionParameterTypeprotected String criterionName
protected List<WebpageCondition> conditions
public String getCriterionName()
Stringpublic void setCriterionName(String value)
value - allowed object is
Stringpublic List<WebpageCondition> getConditions()
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 conditions property.
For example, to add a new item, do as follows:
getConditions().add(newItem);
Objects of the following type(s) are allowed in the list
WebpageCondition
Copyright © 2023. All rights reserved.