public class WebpageParameter extends Object
Java class for WebpageParameter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WebpageParameter">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Conditions" type="{https://bingads.microsoft.com/CampaignManagement/v13}ArrayOfWebpageCondition" minOccurs="0"/>
<element name="CriterionName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfWebpageCondition |
conditions |
protected String |
criterionName |
| Constructor and Description |
|---|
WebpageParameter() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfWebpageCondition |
getConditions()
Gets the value of the conditions property.
|
String |
getCriterionName()
Gets the value of the criterionName property.
|
void |
setConditions(ArrayOfWebpageCondition value)
Sets the value of the conditions property.
|
void |
setCriterionName(String value)
Sets the value of the criterionName property.
|
protected ArrayOfWebpageCondition conditions
protected String criterionName
public ArrayOfWebpageCondition getConditions()
ArrayOfWebpageConditionpublic void setConditions(ArrayOfWebpageCondition value)
value - allowed object is
ArrayOfWebpageConditionpublic String getCriterionName()
StringCopyright © 2024. All rights reserved.