public class GrpSettings extends Object
GrpSettings contains information for a line item that will have a target demographic when
serving. This information will be used to set up tracking and enable reporting on the demographic
information.
Java class for GrpSettings complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GrpSettings">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="minTargetAge" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="maxTargetAge" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="targetGender" type="{https://www.google.com/apis/ads/publisher/v201708}GrpTargetGender" minOccurs="0"/>
<element name="provider" type="{https://www.google.com/apis/ads/publisher/v201708}GrpProvider" minOccurs="0"/>
<element name="targetImpressionGoal" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
maxTargetAge |
protected Long |
minTargetAge |
protected GrpProvider |
provider |
protected GrpTargetGender |
targetGender |
protected Long |
targetImpressionGoal |
| Constructor and Description |
|---|
GrpSettings() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getMaxTargetAge()
Gets the value of the maxTargetAge property.
|
Long |
getMinTargetAge()
Gets the value of the minTargetAge property.
|
GrpProvider |
getProvider()
Gets the value of the provider property.
|
GrpTargetGender |
getTargetGender()
Gets the value of the targetGender property.
|
Long |
getTargetImpressionGoal()
Gets the value of the targetImpressionGoal property.
|
void |
setMaxTargetAge(Long value)
Sets the value of the maxTargetAge property.
|
void |
setMinTargetAge(Long value)
Sets the value of the minTargetAge property.
|
void |
setProvider(GrpProvider value)
Sets the value of the provider property.
|
void |
setTargetGender(GrpTargetGender value)
Sets the value of the targetGender property.
|
void |
setTargetImpressionGoal(Long value)
Sets the value of the targetImpressionGoal property.
|
protected Long minTargetAge
protected Long maxTargetAge
protected GrpTargetGender targetGender
protected GrpProvider provider
protected Long targetImpressionGoal
public Long getMinTargetAge()
Longpublic void setMinTargetAge(Long value)
value - allowed object is
Longpublic Long getMaxTargetAge()
Longpublic void setMaxTargetAge(Long value)
value - allowed object is
Longpublic GrpTargetGender getTargetGender()
GrpTargetGenderpublic void setTargetGender(GrpTargetGender value)
value - allowed object is
GrpTargetGenderpublic GrpProvider getProvider()
GrpProviderpublic void setProvider(GrpProvider value)
value - allowed object is
GrpProviderpublic Long getTargetImpressionGoal()
LongCopyright © 2018. All Rights Reserved.