public class ProspectiveLineItem extends Object
Java class for ProspectiveLineItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProspectiveLineItem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="lineItem" type="{https://www.google.com/apis/ads/publisher/v201708}LineItem" minOccurs="0"/>
<element name="advertiserId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
advertiserId |
protected LineItem |
lineItem |
| Constructor and Description |
|---|
ProspectiveLineItem() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAdvertiserId()
Gets the value of the advertiserId property.
|
LineItem |
getLineItem()
Gets the value of the lineItem property.
|
void |
setAdvertiserId(Long value)
Sets the value of the advertiserId property.
|
void |
setLineItem(LineItem value)
Sets the value of the lineItem property.
|
public LineItem getLineItem()
LineItempublic void setLineItem(LineItem value)
value - allowed object is
LineItempublic Long getAdvertiserId()
LongCopyright © 2018. All Rights Reserved.