public class CreativeTargeting extends Object
LineItem.
Java class for CreativeTargeting complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreativeTargeting">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="targeting" type="{https://www.google.com/apis/ads/publisher/v201708}Targeting" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected Targeting |
targeting |
| Constructor and Description |
|---|
CreativeTargeting() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
Targeting |
getTargeting()
Gets the value of the targeting property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setTargeting(Targeting value)
Sets the value of the targeting property.
|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Targeting getTargeting()
TargetingCopyright © 2018. All Rights Reserved.