public abstract class BaseFlashRedirectCreative extends HasDestinationUrlCreative implements Serializable
| Constructor and Description |
|---|
BaseFlashRedirectCreative() |
BaseFlashRedirectCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
String creativeType,
String destinationUrl,
String flashUrl,
String fallbackUrl,
String fallbackPreviewUrl) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getFallbackPreviewUrl()
Gets the fallbackPreviewUrl value for this BaseFlashRedirectCreative.
|
String |
getFallbackUrl()
Gets the fallbackUrl value for this BaseFlashRedirectCreative.
|
String |
getFlashUrl()
Gets the flashUrl value for this BaseFlashRedirectCreative.
|
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() |
void |
setFallbackPreviewUrl(String fallbackPreviewUrl)
Sets the fallbackPreviewUrl value for this BaseFlashRedirectCreative.
|
void |
setFallbackUrl(String fallbackUrl)
Sets the fallbackUrl value for this BaseFlashRedirectCreative.
|
void |
setFlashUrl(String flashUrl)
Sets the flashUrl value for this BaseFlashRedirectCreative.
|
getDestinationUrl, setDestinationUrlgetAdvertiserId, getAppliedLabels, getAppliedLabels, getCreativeType, getId, getLastModifiedDateTime, getName, getPreviewUrl, getSize, setAdvertiserId, setAppliedLabels, setAppliedLabels, setCreativeType, setId, setLastModifiedDateTime, setName, setPreviewUrl, setSizepublic String getFlashUrl()
public void setFlashUrl(String flashUrl)
flashUrl - * The URL where the Flash asset resides. This attribute is required
and has
a maximum length of 1024 characters.public String getFallbackUrl()
public void setFallbackUrl(String fallbackUrl)
fallbackUrl - * The fallback URL to use if the Flash URL cannot be used. This
attribute is
required and has a maximum length of 1024 characters.public String getFallbackPreviewUrl()
public void setFallbackPreviewUrl(String fallbackPreviewUrl)
fallbackPreviewUrl - * The URL of the fallback image for preview. This attribute is
read-only and
is populated by Google.public boolean equals(Object obj)
equals in class HasDestinationUrlCreativepublic int hashCode()
hashCode in class HasDestinationUrlCreativepublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2013. All Rights Reserved.