public class PlacementGroup extends PlacementGroupBase implements Serializable
| Constructor and Description |
|---|
PlacementGroup() |
PlacementGroup(long id,
String name,
boolean archived,
long campaignId,
String comments,
long contentCategoryId,
long dfaSiteId,
int placementGroupType,
long[] placementIds,
long placementStrategyId,
PricingSchedule pricingSchedule,
long primaryPlacementId,
long siteId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getCampaignId()
Gets the campaignId value for this PlacementGroup.
|
String |
getComments()
Gets the comments value for this PlacementGroup.
|
long |
getContentCategoryId()
Gets the contentCategoryId value for this PlacementGroup.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
long |
getDfaSiteId()
Gets the dfaSiteId value for this PlacementGroup.
|
int |
getPlacementGroupType()
Gets the placementGroupType value for this PlacementGroup.
|
long[] |
getPlacementIds()
Gets the placementIds value for this PlacementGroup.
|
long |
getPlacementStrategyId()
Gets the placementStrategyId value for this PlacementGroup.
|
PricingSchedule |
getPricingSchedule()
Gets the pricingSchedule value for this PlacementGroup.
|
long |
getPrimaryPlacementId()
Gets the primaryPlacementId value for this PlacementGroup.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
long |
getSiteId()
Gets the siteId value for this PlacementGroup.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
boolean |
isArchived()
Gets the archived value for this PlacementGroup.
|
void |
setArchived(boolean archived)
Sets the archived value for this PlacementGroup.
|
void |
setCampaignId(long campaignId)
Sets the campaignId value for this PlacementGroup.
|
void |
setComments(String comments)
Sets the comments value for this PlacementGroup.
|
void |
setContentCategoryId(long contentCategoryId)
Sets the contentCategoryId value for this PlacementGroup.
|
void |
setDfaSiteId(long dfaSiteId)
Sets the dfaSiteId value for this PlacementGroup.
|
void |
setPlacementGroupType(int placementGroupType)
Sets the placementGroupType value for this PlacementGroup.
|
void |
setPlacementIds(long[] placementIds)
Sets the placementIds value for this PlacementGroup.
|
void |
setPlacementStrategyId(long placementStrategyId)
Sets the placementStrategyId value for this PlacementGroup.
|
void |
setPricingSchedule(PricingSchedule pricingSchedule)
Sets the pricingSchedule value for this PlacementGroup.
|
void |
setPrimaryPlacementId(long primaryPlacementId)
Sets the primaryPlacementId value for this PlacementGroup.
|
void |
setSiteId(long siteId)
Sets the siteId value for this PlacementGroup.
|
public PlacementGroup()
public PlacementGroup(long id,
String name,
boolean archived,
long campaignId,
String comments,
long contentCategoryId,
long dfaSiteId,
int placementGroupType,
long[] placementIds,
long placementStrategyId,
PricingSchedule pricingSchedule,
long primaryPlacementId,
long siteId)
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 int getPlacementGroupType()
public void setPlacementGroupType(int placementGroupType)
placementGroupType - public long[] getPlacementIds()
public void setPlacementIds(long[] placementIds)
placementIds - public long getPlacementStrategyId()
public void setPlacementStrategyId(long placementStrategyId)
placementStrategyId - public PricingSchedule getPricingSchedule()
public void setPricingSchedule(PricingSchedule pricingSchedule)
pricingSchedule - public long getPrimaryPlacementId()
public void setPrimaryPlacementId(long primaryPlacementId)
primaryPlacementId - public long getSiteId()
public void setSiteId(long siteId)
siteId - public boolean equals(Object obj)
equals in class PlacementGroupBasepublic int hashCode()
hashCode in class PlacementGroupBasepublic 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.