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