public class TargetingCriteriaBreakdown extends Object
Java class for TargetingCriteriaBreakdown complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TargetingCriteriaBreakdown">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="targetingDimension" type="{https://www.google.com/apis/ads/publisher/v201802}TargetingDimension" minOccurs="0"/>
<element name="targetingCriteriaId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="targetingCriteriaName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="excluded" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="availableUnits" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="matchedUnits" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
availableUnits |
protected Boolean |
excluded |
protected Long |
matchedUnits |
protected Long |
targetingCriteriaId |
protected String |
targetingCriteriaName |
protected TargetingDimension |
targetingDimension |
| Constructor and Description |
|---|
TargetingCriteriaBreakdown() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAvailableUnits()
Gets the value of the availableUnits property.
|
Long |
getMatchedUnits()
Gets the value of the matchedUnits property.
|
Long |
getTargetingCriteriaId()
Gets the value of the targetingCriteriaId property.
|
String |
getTargetingCriteriaName()
Gets the value of the targetingCriteriaName property.
|
TargetingDimension |
getTargetingDimension()
Gets the value of the targetingDimension property.
|
Boolean |
isExcluded()
Gets the value of the excluded property.
|
void |
setAvailableUnits(Long value)
Sets the value of the availableUnits property.
|
void |
setExcluded(Boolean value)
Sets the value of the excluded property.
|
void |
setMatchedUnits(Long value)
Sets the value of the matchedUnits property.
|
void |
setTargetingCriteriaId(Long value)
Sets the value of the targetingCriteriaId property.
|
void |
setTargetingCriteriaName(String value)
Sets the value of the targetingCriteriaName property.
|
void |
setTargetingDimension(TargetingDimension value)
Sets the value of the targetingDimension property.
|
protected TargetingDimension targetingDimension
protected Long targetingCriteriaId
protected String targetingCriteriaName
protected Boolean excluded
protected Long availableUnits
protected Long matchedUnits
public TargetingDimension getTargetingDimension()
TargetingDimensionpublic void setTargetingDimension(TargetingDimension value)
value - allowed object is
TargetingDimensionpublic Long getTargetingCriteriaId()
Longpublic void setTargetingCriteriaId(Long value)
value - allowed object is
Longpublic String getTargetingCriteriaName()
Stringpublic void setTargetingCriteriaName(String value)
value - allowed object is
Stringpublic Boolean isExcluded()
Booleanpublic void setExcluded(Boolean value)
value - allowed object is
Booleanpublic Long getAvailableUnits()
Longpublic void setAvailableUnits(Long value)
value - allowed object is
Longpublic Long getMatchedUnits()
LongCopyright © 2018. All Rights Reserved.