public class Placement extends PlacementBase implements Serializable
| Constructor and Description |
|---|
Placement() |
Placement(long id,
String name,
boolean archived,
long campaignId,
String comments,
long contentCategoryId,
long dfaSiteId,
LookbackWindow lookbackWindow,
boolean paymentAccepted,
long placementGroupId,
long placementStrategyId,
int placementType,
PricingSchedule pricingSchedule,
long siteId,
long sizeId,
TagSettings tagSettings) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getCampaignId()
Gets the campaignId value for this Placement.
|
String |
getComments()
Gets the comments value for this Placement.
|
long |
getContentCategoryId()
Gets the contentCategoryId value for this Placement.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
long |
getDfaSiteId()
Gets the dfaSiteId value for this Placement.
|
LookbackWindow |
getLookbackWindow()
Gets the lookbackWindow value for this Placement.
|
long |
getPlacementGroupId()
Gets the placementGroupId value for this Placement.
|
long |
getPlacementStrategyId()
Gets the placementStrategyId value for this Placement.
|
int |
getPlacementType()
Gets the placementType value for this Placement.
|
PricingSchedule |
getPricingSchedule()
Gets the pricingSchedule value for this Placement.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
long |
getSiteId()
Gets the siteId value for this Placement.
|
long |
getSizeId()
Gets the sizeId value for this Placement.
|
TagSettings |
getTagSettings()
Gets the tagSettings value for this Placement.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
boolean |
isArchived()
Gets the archived value for this Placement.
|
boolean |
isPaymentAccepted()
Gets the paymentAccepted value for this Placement.
|
void |
setArchived(boolean archived)
Sets the archived value for this Placement.
|
void |
setCampaignId(long campaignId)
Sets the campaignId value for this Placement.
|
void |
setComments(String comments)
Sets the comments value for this Placement.
|
void |
setContentCategoryId(long contentCategoryId)
Sets the contentCategoryId value for this Placement.
|
void |
setDfaSiteId(long dfaSiteId)
Sets the dfaSiteId value for this Placement.
|
void |
setLookbackWindow(LookbackWindow lookbackWindow)
Sets the lookbackWindow value for this Placement.
|
void |
setPaymentAccepted(boolean paymentAccepted)
Sets the paymentAccepted value for this Placement.
|
void |
setPlacementGroupId(long placementGroupId)
Sets the placementGroupId value for this Placement.
|
void |
setPlacementStrategyId(long placementStrategyId)
Sets the placementStrategyId value for this Placement.
|
void |
setPlacementType(int placementType)
Sets the placementType value for this Placement.
|
void |
setPricingSchedule(PricingSchedule pricingSchedule)
Sets the pricingSchedule value for this Placement.
|
void |
setSiteId(long siteId)
Sets the siteId value for this Placement.
|
void |
setSizeId(long sizeId)
Sets the sizeId value for this Placement.
|
void |
setTagSettings(TagSettings tagSettings)
Sets the tagSettings value for this Placement.
|
public Placement()
public Placement(long id,
String name,
boolean archived,
long campaignId,
String comments,
long contentCategoryId,
long dfaSiteId,
LookbackWindow lookbackWindow,
boolean paymentAccepted,
long placementGroupId,
long placementStrategyId,
int placementType,
PricingSchedule pricingSchedule,
long siteId,
long sizeId,
TagSettings tagSettings)
public boolean isArchived()
public void setArchived(boolean archived)
archived - public long getCampaignId()
public void setCampaignId(long campaignId)
campaignId - public String getComments()
public void setComments(String comments)
comments - public long getContentCategoryId()
public void setContentCategoryId(long contentCategoryId)
contentCategoryId - public long getDfaSiteId()
public void setDfaSiteId(long dfaSiteId)
dfaSiteId - public LookbackWindow getLookbackWindow()
public void setLookbackWindow(LookbackWindow lookbackWindow)
lookbackWindow - public boolean isPaymentAccepted()
public void setPaymentAccepted(boolean paymentAccepted)
paymentAccepted - public long getPlacementGroupId()
public void setPlacementGroupId(long placementGroupId)
placementGroupId - public long getPlacementStrategyId()
public void setPlacementStrategyId(long placementStrategyId)
placementStrategyId - public int getPlacementType()
public void setPlacementType(int placementType)
placementType - public PricingSchedule getPricingSchedule()
public void setPricingSchedule(PricingSchedule pricingSchedule)
pricingSchedule - public long getSiteId()
public void setSiteId(long siteId)
siteId - public long getSizeId()
public void setSizeId(long sizeId)
sizeId - public TagSettings getTagSettings()
public void setTagSettings(TagSettings tagSettings)
tagSettings - public boolean equals(Object obj)
equals in class PlacementBasepublic int hashCode()
hashCode in class PlacementBasepublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.