public class StringRuleItem extends Object
Java class for StringRuleItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StringRuleItem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="key" type="{https://adwords.google.com/api/adwords/rm/v201809}StringKey" minOccurs="0"/>
<element name="op" type="{https://adwords.google.com/api/adwords/rm/v201809}StringRuleItem.StringOperator" minOccurs="0"/>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected StringKey |
key |
protected StringRuleItemStringOperator |
op |
protected String |
value |
| Constructor and Description |
|---|
StringRuleItem() |
| Modifier and Type | Method and Description |
|---|---|
StringKey |
getKey()
Gets the value of the key property.
|
StringRuleItemStringOperator |
getOp()
Gets the value of the op property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setKey(StringKey value)
Sets the value of the key property.
|
void |
setOp(StringRuleItemStringOperator value)
Sets the value of the op property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected StringKey key
protected StringRuleItemStringOperator op
protected String value
public StringKey getKey()
StringKeypublic void setKey(StringKey value)
value - allowed object is
StringKeypublic StringRuleItemStringOperator getOp()
StringRuleItemStringOperatorpublic void setOp(StringRuleItemStringOperator value)
value - allowed object is
StringRuleItemStringOperatorpublic String getValue()
StringCopyright © 2023. All rights reserved.