public class WebpageCondition extends Object
A condition is defined as operand OP argument
where operand is one of the values enumerated in
WebpageConditionOperand, and, based on this value,
OP is either of EQUALS or CONTAINS.
Java class for WebpageCondition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WebpageCondition">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="operand" type="{https://adwords.google.com/api/adwords/cm/v201809}WebpageConditionOperand" minOccurs="0"/>
<element name="argument" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="operator" type="{https://adwords.google.com/api/adwords/cm/v201809}WebpageConditionOperator" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
argument |
protected WebpageConditionOperand |
operand |
protected WebpageConditionOperator |
operator |
| Constructor and Description |
|---|
WebpageCondition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getArgument()
Gets the value of the argument property.
|
WebpageConditionOperand |
getOperand()
Gets the value of the operand property.
|
WebpageConditionOperator |
getOperator()
Gets the value of the operator property.
|
void |
setArgument(String value)
Sets the value of the argument property.
|
void |
setOperand(WebpageConditionOperand value)
Sets the value of the operand property.
|
void |
setOperator(WebpageConditionOperator value)
Sets the value of the operator property.
|
protected WebpageConditionOperand operand
protected String argument
protected WebpageConditionOperator operator
public WebpageConditionOperand getOperand()
WebpageConditionOperandpublic void setOperand(WebpageConditionOperand value)
value - allowed object is
WebpageConditionOperandpublic String getArgument()
Stringpublic void setArgument(String value)
value - allowed object is
Stringpublic WebpageConditionOperator getOperator()
WebpageConditionOperatorpublic void setOperator(WebpageConditionOperator value)
value - allowed object is
WebpageConditionOperatorCopyright © 2023. All rights reserved.