public class LineItemDeliveryForecast extends Object
ProspectiveLineItem.
Java class for LineItemDeliveryForecast complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LineItemDeliveryForecast">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="lineItemId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="orderId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="unitType" type="{https://www.google.com/apis/ads/publisher/v201708}UnitType" minOccurs="0"/>
<element name="predictedDeliveryUnits" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="deliveredUnits" 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 |
deliveredUnits |
protected Long |
lineItemId |
protected Long |
matchedUnits |
protected Long |
orderId |
protected Long |
predictedDeliveryUnits |
protected UnitType |
unitType |
| Constructor and Description |
|---|
LineItemDeliveryForecast() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getDeliveredUnits()
Gets the value of the deliveredUnits property.
|
Long |
getLineItemId()
Gets the value of the lineItemId property.
|
Long |
getMatchedUnits()
Gets the value of the matchedUnits property.
|
Long |
getOrderId()
Gets the value of the orderId property.
|
Long |
getPredictedDeliveryUnits()
Gets the value of the predictedDeliveryUnits property.
|
UnitType |
getUnitType()
Gets the value of the unitType property.
|
void |
setDeliveredUnits(Long value)
Sets the value of the deliveredUnits property.
|
void |
setLineItemId(Long value)
Sets the value of the lineItemId property.
|
void |
setMatchedUnits(Long value)
Sets the value of the matchedUnits property.
|
void |
setOrderId(Long value)
Sets the value of the orderId property.
|
void |
setPredictedDeliveryUnits(Long value)
Sets the value of the predictedDeliveryUnits property.
|
void |
setUnitType(UnitType value)
Sets the value of the unitType property.
|
protected Long lineItemId
protected Long orderId
protected UnitType unitType
protected Long predictedDeliveryUnits
protected Long deliveredUnits
protected Long matchedUnits
public Long getLineItemId()
Longpublic void setLineItemId(Long value)
value - allowed object is
Longpublic Long getOrderId()
Longpublic void setOrderId(Long value)
value - allowed object is
Longpublic UnitType getUnitType()
UnitTypepublic void setUnitType(UnitType value)
value - allowed object is
UnitTypepublic Long getPredictedDeliveryUnits()
Longpublic void setPredictedDeliveryUnits(Long value)
value - allowed object is
Longpublic Long getDeliveredUnits()
Longpublic void setDeliveredUnits(Long value)
value - allowed object is
Longpublic Long getMatchedUnits()
LongCopyright © 2018. All Rights Reserved.