public class Campaign extends CampaignBase implements Serializable
| Constructor and Description |
|---|
Campaign() |
Campaign(long id,
String name,
long advertiserId,
boolean archived,
String billingInvoiceNotation,
String comments,
long defaultLandingPageId,
Calendar endDate,
Calendar startDate,
boolean advancedAdServingEnabled,
AudienceSegmentGroup[] audienceSegmentGroups,
long[] creativeGroupIds,
CreativeOptimizationConfiguration creativeOptimizationConfiguration,
long[] landingPageIds,
LookbackWindow lookbackWindow,
ReachReportConfiguration reachReportConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
AudienceSegmentGroup[] |
getAudienceSegmentGroups()
Gets the audienceSegmentGroups value for this Campaign.
|
long[] |
getCreativeGroupIds()
Gets the creativeGroupIds value for this Campaign.
|
CreativeOptimizationConfiguration |
getCreativeOptimizationConfiguration()
Gets the creativeOptimizationConfiguration value for this Campaign.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
long[] |
getLandingPageIds()
Gets the landingPageIds value for this Campaign.
|
LookbackWindow |
getLookbackWindow()
Gets the lookbackWindow value for this Campaign.
|
ReachReportConfiguration |
getReachReportConfiguration()
Gets the reachReportConfiguration value for this Campaign.
|
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
|
int |
hashCode() |
boolean |
isAdvancedAdServingEnabled()
Gets the advancedAdServingEnabled value for this Campaign.
|
void |
setAdvancedAdServingEnabled(boolean advancedAdServingEnabled)
Sets the advancedAdServingEnabled value for this Campaign.
|
void |
setAudienceSegmentGroups(AudienceSegmentGroup[] audienceSegmentGroups)
Sets the audienceSegmentGroups value for this Campaign.
|
void |
setCreativeGroupIds(long[] creativeGroupIds)
Sets the creativeGroupIds value for this Campaign.
|
void |
setCreativeOptimizationConfiguration(CreativeOptimizationConfiguration creativeOptimizationConfiguration)
Sets the creativeOptimizationConfiguration value for this Campaign.
|
void |
setLandingPageIds(long[] landingPageIds)
Sets the landingPageIds value for this Campaign.
|
void |
setLookbackWindow(LookbackWindow lookbackWindow)
Sets the lookbackWindow value for this Campaign.
|
void |
setReachReportConfiguration(ReachReportConfiguration reachReportConfiguration)
Sets the reachReportConfiguration value for this Campaign.
|
getAdvertiserId, getBillingInvoiceNotation, getComments, getDefaultLandingPageId, getEndDate, getStartDate, isArchived, setAdvertiserId, setArchived, setBillingInvoiceNotation, setComments, setDefaultLandingPageId, setEndDate, setStartDatepublic Campaign()
public Campaign(long id,
String name,
long advertiserId,
boolean archived,
String billingInvoiceNotation,
String comments,
long defaultLandingPageId,
Calendar endDate,
Calendar startDate,
boolean advancedAdServingEnabled,
AudienceSegmentGroup[] audienceSegmentGroups,
long[] creativeGroupIds,
CreativeOptimizationConfiguration creativeOptimizationConfiguration,
long[] landingPageIds,
LookbackWindow lookbackWindow,
ReachReportConfiguration reachReportConfiguration)
public boolean isAdvancedAdServingEnabled()
public void setAdvancedAdServingEnabled(boolean advancedAdServingEnabled)
advancedAdServingEnabled - public AudienceSegmentGroup[] getAudienceSegmentGroups()
public void setAudienceSegmentGroups(AudienceSegmentGroup[] audienceSegmentGroups)
audienceSegmentGroups - public long[] getCreativeGroupIds()
public void setCreativeGroupIds(long[] creativeGroupIds)
creativeGroupIds - public CreativeOptimizationConfiguration getCreativeOptimizationConfiguration()
public void setCreativeOptimizationConfiguration(CreativeOptimizationConfiguration creativeOptimizationConfiguration)
creativeOptimizationConfiguration - public long[] getLandingPageIds()
public void setLandingPageIds(long[] landingPageIds)
landingPageIds - public LookbackWindow getLookbackWindow()
public void setLookbackWindow(LookbackWindow lookbackWindow)
lookbackWindow - public ReachReportConfiguration getReachReportConfiguration()
public void setReachReportConfiguration(ReachReportConfiguration reachReportConfiguration)
reachReportConfiguration - public boolean equals(Object obj)
equals in class CampaignBasepublic int hashCode()
hashCode in class CampaignBasepublic 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.