public class SharedCriterion extends Object
Java class for SharedCriterion complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SharedCriterion">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="sharedSetId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="criterion" type="{https://adwords.google.com/api/adwords/cm/v201809}Criterion" minOccurs="0"/>
<element name="negative" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Criterion |
criterion |
protected Boolean |
negative |
protected Long |
sharedSetId |
| Constructor and Description |
|---|
SharedCriterion() |
| Modifier and Type | Method and Description |
|---|---|
Criterion |
getCriterion()
Gets the value of the criterion property.
|
Long |
getSharedSetId()
Gets the value of the sharedSetId property.
|
Boolean |
isNegative()
Gets the value of the negative property.
|
void |
setCriterion(Criterion value)
Sets the value of the criterion property.
|
void |
setNegative(Boolean value)
Sets the value of the negative property.
|
void |
setSharedSetId(Long value)
Sets the value of the sharedSetId property.
|
protected Long sharedSetId
protected Criterion criterion
protected Boolean negative
public Long getSharedSetId()
Longpublic void setSharedSetId(Long value)
value - allowed object is
Longpublic Criterion getCriterion()
Criterionpublic void setCriterion(Criterion value)
value - allowed object is
Criterionpublic Boolean isNegative()
BooleanCopyright © 2023. All rights reserved.