public class LineItemActivityAssociation extends Object
LineItemActivityAssociation associates a LineItem with an Activity so
that the conversions of the Activity can be counted against the LineItem.
Java class for LineItemActivityAssociation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LineItemActivityAssociation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="activityId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="clickThroughConversionCost" type="{https://www.google.com/apis/ads/publisher/v201708}Money" minOccurs="0"/>
<element name="viewThroughConversionCost" type="{https://www.google.com/apis/ads/publisher/v201708}Money" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
activityId |
protected Money |
clickThroughConversionCost |
protected Money |
viewThroughConversionCost |
| Constructor and Description |
|---|
LineItemActivityAssociation() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getActivityId()
Gets the value of the activityId property.
|
Money |
getClickThroughConversionCost()
Gets the value of the clickThroughConversionCost property.
|
Money |
getViewThroughConversionCost()
Gets the value of the viewThroughConversionCost property.
|
void |
setActivityId(Integer value)
Sets the value of the activityId property.
|
void |
setClickThroughConversionCost(Money value)
Sets the value of the clickThroughConversionCost property.
|
void |
setViewThroughConversionCost(Money value)
Sets the value of the viewThroughConversionCost property.
|
protected Integer activityId
protected Money clickThroughConversionCost
protected Money viewThroughConversionCost
public Integer getActivityId()
Integerpublic void setActivityId(Integer value)
value - allowed object is
Integerpublic Money getClickThroughConversionCost()
Moneypublic void setClickThroughConversionCost(Money value)
value - allowed object is
Moneypublic Money getViewThroughConversionCost()
MoneyCopyright © 2018. All Rights Reserved.