public class FirstPartyAudienceSegmentRule extends Object
FirstPartyAudienceSegment that defines user's eligibility criteria to be part
of a segment.
Java class for FirstPartyAudienceSegmentRule complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FirstPartyAudienceSegmentRule">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="inventoryRule" type="{https://www.google.com/apis/ads/publisher/v201711}InventoryTargeting" minOccurs="0"/>
<element name="customCriteriaRule" type="{https://www.google.com/apis/ads/publisher/v201711}CustomCriteriaSet" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CustomCriteriaSet |
customCriteriaRule |
protected InventoryTargeting |
inventoryRule |
| Constructor and Description |
|---|
FirstPartyAudienceSegmentRule() |
| Modifier and Type | Method and Description |
|---|---|
CustomCriteriaSet |
getCustomCriteriaRule()
Gets the value of the customCriteriaRule property.
|
InventoryTargeting |
getInventoryRule()
Gets the value of the inventoryRule property.
|
void |
setCustomCriteriaRule(CustomCriteriaSet value)
Sets the value of the customCriteriaRule property.
|
void |
setInventoryRule(InventoryTargeting value)
Sets the value of the inventoryRule property.
|
protected InventoryTargeting inventoryRule
protected CustomCriteriaSet customCriteriaRule
public InventoryTargeting getInventoryRule()
InventoryTargetingpublic void setInventoryRule(InventoryTargeting value)
value - allowed object is
InventoryTargetingpublic CustomCriteriaSet getCustomCriteriaRule()
CustomCriteriaSetpublic void setCustomCriteriaRule(CustomCriteriaSet value)
value - allowed object is
CustomCriteriaSetCopyright © 2018. All Rights Reserved.