public class CustomEventsRule extends RemarketingRule
Java class for CustomEventsRule complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomEventsRule">
<complexContent>
<extension base="{https://bingads.microsoft.com/CampaignManagement/v13}RemarketingRule">
<sequence>
<element name="Action" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ActionOperator" type="{https://bingads.microsoft.com/CampaignManagement/v13}StringOperator" minOccurs="0"/>
<element name="Category" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CategoryOperator" type="{https://bingads.microsoft.com/CampaignManagement/v13}StringOperator" minOccurs="0"/>
<element name="Label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LabelOperator" type="{https://bingads.microsoft.com/CampaignManagement/v13}StringOperator" minOccurs="0"/>
<element name="Value" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="ValueOperator" type="{https://bingads.microsoft.com/CampaignManagement/v13}NumberOperator" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
action |
protected StringOperator |
actionOperator |
protected String |
category |
protected StringOperator |
categoryOperator |
protected String |
label |
protected StringOperator |
labelOperator |
protected BigDecimal |
value |
protected NumberOperator |
valueOperator |
type| Constructor and Description |
|---|
CustomEventsRule() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction()
Gets the value of the action property.
|
StringOperator |
getActionOperator()
Gets the value of the actionOperator property.
|
String |
getCategory()
Gets the value of the category property.
|
StringOperator |
getCategoryOperator()
Gets the value of the categoryOperator property.
|
String |
getLabel()
Gets the value of the label property.
|
StringOperator |
getLabelOperator()
Gets the value of the labelOperator property.
|
BigDecimal |
getValue()
Gets the value of the value property.
|
NumberOperator |
getValueOperator()
Gets the value of the valueOperator property.
|
void |
setAction(String value)
Sets the value of the action property.
|
void |
setActionOperator(StringOperator value)
Sets the value of the actionOperator property.
|
void |
setCategory(String value)
Sets the value of the category property.
|
void |
setCategoryOperator(StringOperator value)
Sets the value of the categoryOperator property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setLabelOperator(StringOperator value)
Sets the value of the labelOperator property.
|
void |
setValue(BigDecimal value)
Sets the value of the value property.
|
void |
setValueOperator(NumberOperator value)
Sets the value of the valueOperator property.
|
getType, setTypeprotected String action
protected StringOperator actionOperator
protected String category
protected StringOperator categoryOperator
protected String label
protected StringOperator labelOperator
protected BigDecimal value
protected NumberOperator valueOperator
public String getAction()
Stringpublic void setAction(String value)
value - allowed object is
Stringpublic StringOperator getActionOperator()
StringOperatorpublic void setActionOperator(StringOperator value)
value - allowed object is
StringOperatorpublic String getCategory()
Stringpublic void setCategory(String value)
value - allowed object is
Stringpublic StringOperator getCategoryOperator()
StringOperatorpublic void setCategoryOperator(StringOperator value)
value - allowed object is
StringOperatorpublic String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic StringOperator getLabelOperator()
StringOperatorpublic void setLabelOperator(StringOperator value)
value - allowed object is
StringOperatorpublic BigDecimal getValue()
BigDecimalpublic void setValue(BigDecimal value)
value - allowed object is
BigDecimalpublic NumberOperator getValueOperator()
NumberOperatorpublic void setValueOperator(NumberOperator value)
value - allowed object is
NumberOperatorCopyright © 2024. All rights reserved.