public class ContendingLineItem extends Object
Forecast.
Java class for ContendingLineItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContendingLineItem">
<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="contendingImpressions" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
contendingImpressions |
protected Long |
lineItemId |
| Constructor and Description |
|---|
ContendingLineItem() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getContendingImpressions()
Gets the value of the contendingImpressions property.
|
Long |
getLineItemId()
Gets the value of the lineItemId property.
|
void |
setContendingImpressions(Long value)
Sets the value of the contendingImpressions property.
|
void |
setLineItemId(Long value)
Sets the value of the lineItemId property.
|
protected Long lineItemId
protected Long contendingImpressions
public Long getLineItemId()
Longpublic void setLineItemId(Long value)
value - allowed object is
Longpublic Long getContendingImpressions()
LongCopyright © 2018. All Rights Reserved.