public class LineItemActivityAssociation extends Object implements Serializable
LineItemActivityAssociation associates a LineItem
with an Activity so
that the conversions of the Activity can be counted
against the LineItem.| Constructor and Description |
|---|
LineItemActivityAssociation() |
LineItemActivityAssociation(Integer activityId,
Money clickThroughConversionCost,
Money viewThroughConversionCost) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Integer |
getActivityId()
Gets the activityId value for this LineItemActivityAssociation.
|
Money |
getClickThroughConversionCost()
Gets the clickThroughConversionCost value for this LineItemActivityAssociation.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
Money |
getViewThroughConversionCost()
Gets the viewThroughConversionCost value for this LineItemActivityAssociation.
|
int |
hashCode() |
void |
setActivityId(Integer activityId)
Sets the activityId value for this LineItemActivityAssociation.
|
void |
setClickThroughConversionCost(Money clickThroughConversionCost)
Sets the clickThroughConversionCost value for this LineItemActivityAssociation.
|
void |
setViewThroughConversionCost(Money viewThroughConversionCost)
Sets the viewThroughConversionCost value for this LineItemActivityAssociation.
|
String |
toString() |
public Integer getActivityId()
public void setActivityId(Integer activityId)
public Money getClickThroughConversionCost()
LineItemActivityAssociation.
The currency code is readonly
and should match the LineItem.public void setClickThroughConversionCost(Money clickThroughConversionCost)
clickThroughConversionCost - * The amount of money to attribute per click through conversion.
This attribute is
required for creating a LineItemActivityAssociation.
The currency code is readonly
and should match the LineItem.public Money getViewThroughConversionCost()
LineItemActivityAssociation.
The currency code is readonly
and should match the LineItem.public void setViewThroughConversionCost(Money viewThroughConversionCost)
viewThroughConversionCost - * The amount of money to attribute per view through conversion.
This attribute is
required for creating a LineItemActivityAssociation.
The currency code is readonly
and should match the LineItem.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2019. All rights reserved.