public class PageVisitorsRule extends RemarketingRule
Java class for PageVisitorsRule complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PageVisitorsRule">
<complexContent>
<extension base="{https://bingads.microsoft.com/CampaignManagement/v13}RemarketingRule">
<sequence>
<element name="NormalForm" type="{https://bingads.microsoft.com/CampaignManagement/v13}NormalForm" minOccurs="0"/>
<element name="RuleItemGroups" type="{https://bingads.microsoft.com/CampaignManagement/v13}ArrayOfRuleItemGroup" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected NormalForm |
normalForm |
protected ArrayOfRuleItemGroup |
ruleItemGroups |
type| Constructor and Description |
|---|
PageVisitorsRule() |
| Modifier and Type | Method and Description |
|---|---|
NormalForm |
getNormalForm()
Gets the value of the normalForm property.
|
ArrayOfRuleItemGroup |
getRuleItemGroups()
Gets the value of the ruleItemGroups property.
|
void |
setNormalForm(NormalForm value)
Sets the value of the normalForm property.
|
void |
setRuleItemGroups(ArrayOfRuleItemGroup value)
Sets the value of the ruleItemGroups property.
|
getType, setTypeprotected NormalForm normalForm
protected ArrayOfRuleItemGroup ruleItemGroups
public NormalForm getNormalForm()
NormalFormpublic void setNormalForm(NormalForm value)
value - allowed object is
NormalFormpublic ArrayOfRuleItemGroup getRuleItemGroups()
ArrayOfRuleItemGrouppublic void setRuleItemGroups(ArrayOfRuleItemGroup value)
value - allowed object is
ArrayOfRuleItemGroupCopyright © 2024. All rights reserved.