public class MobileAd extends AdBase implements Serializable
| Constructor and Description |
|---|
MobileAd() |
MobileAd(long id,
String name,
boolean active,
boolean archived,
long campaignId,
String comments,
Calendar endTime,
PlacementAssignment[] placementAssignments,
long sizeId,
Calendar startTime,
long typeId,
CountryTargetingCriteria countryTargetingCriteria,
CreativeAssignment[] creativeAssignments,
int[] daysOfWeek,
int deliveryLimit,
boolean deliveryLimitEnabled,
boolean hardCutOff,
int[] hoursOfDay,
String keywordExpression,
MobilePlatform[] mobilePlatforms,
int priority,
int ratio,
boolean userLocalTime) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
CountryTargetingCriteria |
getCountryTargetingCriteria()
Gets the countryTargetingCriteria value for this MobileAd.
|
CreativeAssignment[] |
getCreativeAssignments()
Gets the creativeAssignments value for this MobileAd.
|
int[] |
getDaysOfWeek()
Gets the daysOfWeek value for this MobileAd.
|
int |
getDeliveryLimit()
Gets the deliveryLimit value for this MobileAd.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
int[] |
getHoursOfDay()
Gets the hoursOfDay value for this MobileAd.
|
String |
getKeywordExpression()
Gets the keywordExpression value for this MobileAd.
|
MobilePlatform[] |
getMobilePlatforms()
Gets the mobilePlatforms value for this MobileAd.
|
int |
getPriority()
Gets the priority value for this MobileAd.
|
int |
getRatio()
Gets the ratio value for this MobileAd.
|
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 |
isDeliveryLimitEnabled()
Gets the deliveryLimitEnabled value for this MobileAd.
|
boolean |
isHardCutOff()
Gets the hardCutOff value for this MobileAd.
|
boolean |
isUserLocalTime()
Gets the userLocalTime value for this MobileAd.
|
void |
setCountryTargetingCriteria(CountryTargetingCriteria countryTargetingCriteria)
Sets the countryTargetingCriteria value for this MobileAd.
|
void |
setCreativeAssignments(CreativeAssignment[] creativeAssignments)
Sets the creativeAssignments value for this MobileAd.
|
void |
setDaysOfWeek(int[] daysOfWeek)
Sets the daysOfWeek value for this MobileAd.
|
void |
setDeliveryLimit(int deliveryLimit)
Sets the deliveryLimit value for this MobileAd.
|
void |
setDeliveryLimitEnabled(boolean deliveryLimitEnabled)
Sets the deliveryLimitEnabled value for this MobileAd.
|
void |
setHardCutOff(boolean hardCutOff)
Sets the hardCutOff value for this MobileAd.
|
void |
setHoursOfDay(int[] hoursOfDay)
Sets the hoursOfDay value for this MobileAd.
|
void |
setKeywordExpression(String keywordExpression)
Sets the keywordExpression value for this MobileAd.
|
void |
setMobilePlatforms(MobilePlatform[] mobilePlatforms)
Sets the mobilePlatforms value for this MobileAd.
|
void |
setPriority(int priority)
Sets the priority value for this MobileAd.
|
void |
setRatio(int ratio)
Sets the ratio value for this MobileAd.
|
void |
setUserLocalTime(boolean userLocalTime)
Sets the userLocalTime value for this MobileAd.
|
getCampaignId, getComments, getEndTime, getPlacementAssignments, getSizeId, getStartTime, getTypeId, isActive, isArchived, setActive, setArchived, setCampaignId, setComments, setEndTime, setPlacementAssignments, setSizeId, setStartTime, setTypeIdpublic MobileAd()
public MobileAd(long id,
String name,
boolean active,
boolean archived,
long campaignId,
String comments,
Calendar endTime,
PlacementAssignment[] placementAssignments,
long sizeId,
Calendar startTime,
long typeId,
CountryTargetingCriteria countryTargetingCriteria,
CreativeAssignment[] creativeAssignments,
int[] daysOfWeek,
int deliveryLimit,
boolean deliveryLimitEnabled,
boolean hardCutOff,
int[] hoursOfDay,
String keywordExpression,
MobilePlatform[] mobilePlatforms,
int priority,
int ratio,
boolean userLocalTime)
public CountryTargetingCriteria getCountryTargetingCriteria()
public void setCountryTargetingCriteria(CountryTargetingCriteria countryTargetingCriteria)
countryTargetingCriteria - public CreativeAssignment[] getCreativeAssignments()
public void setCreativeAssignments(CreativeAssignment[] creativeAssignments)
creativeAssignments - public int[] getDaysOfWeek()
public void setDaysOfWeek(int[] daysOfWeek)
daysOfWeek - public int getDeliveryLimit()
public void setDeliveryLimit(int deliveryLimit)
deliveryLimit - public boolean isDeliveryLimitEnabled()
public void setDeliveryLimitEnabled(boolean deliveryLimitEnabled)
deliveryLimitEnabled - public boolean isHardCutOff()
public void setHardCutOff(boolean hardCutOff)
hardCutOff - public int[] getHoursOfDay()
public void setHoursOfDay(int[] hoursOfDay)
hoursOfDay - public String getKeywordExpression()
public void setKeywordExpression(String keywordExpression)
keywordExpression - public MobilePlatform[] getMobilePlatforms()
public void setMobilePlatforms(MobilePlatform[] mobilePlatforms)
mobilePlatforms - public int getPriority()
public void setPriority(int priority)
priority - public int getRatio()
public void setRatio(int ratio)
ratio - public boolean isUserLocalTime()
public void setUserLocalTime(boolean userLocalTime)
userLocalTime - public 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.