public class FeedItemCriterionTarget extends FeedItemTarget
Java class for FeedItemCriterionTarget complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FeedItemCriterionTarget">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}FeedItemTarget">
<sequence>
<element name="criterion" type="{https://adwords.google.com/api/adwords/cm/v201809}Criterion" minOccurs="0"/>
<element name="isNegative" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Criterion |
criterion |
protected Boolean |
isNegative |
feedId, feedItemId, feedItemTargetType, status, targetType| Constructor and Description |
|---|
FeedItemCriterionTarget() |
| Modifier and Type | Method and Description |
|---|---|
Criterion |
getCriterion()
Gets the value of the criterion property.
|
Boolean |
isIsNegative()
Gets the value of the isNegative property.
|
void |
setCriterion(Criterion value)
Sets the value of the criterion property.
|
void |
setIsNegative(Boolean value)
Sets the value of the isNegative property.
|
getFeedId, getFeedItemId, getFeedItemTargetType, getStatus, getTargetType, setFeedId, setFeedItemId, setFeedItemTargetType, setStatus, setTargetTypepublic Criterion getCriterion()
Criterionpublic void setCriterion(Criterion value)
value - allowed object is
Criterionpublic Boolean isIsNegative()
BooleanCopyright © 2023. All rights reserved.