com.google.api.ads.dfp.axis.v201201
Class BaseFlashRedirectCreative

java.lang.Object
  extended by com.google.api.ads.dfp.axis.v201201.Creative
      extended by com.google.api.ads.dfp.axis.v201201.HasDestinationUrlCreative
          extended by com.google.api.ads.dfp.axis.v201201.BaseFlashRedirectCreative
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FlashRedirectCreative

public abstract class BaseFlashRedirectCreative
extends HasDestinationUrlCreative
implements Serializable

The base type for creatives that load a Flash asset from a specified URL. If the remote flash asset cannot be served, a fallback image is used at an alternate URL.

See Also:
Serialized Form

Constructor Summary
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)
           
 
Method Summary
 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.
 
Methods inherited from class com.google.api.ads.dfp.axis.v201201.HasDestinationUrlCreative
getDestinationUrl, setDestinationUrl
 
Methods inherited from class com.google.api.ads.dfp.axis.v201201.Creative
getAdvertiserId, getAppliedLabels, getAppliedLabels, getCreativeType, getId, getLastModifiedDateTime, getName, getPreviewUrl, getSize, setAdvertiserId, setAppliedLabels, setAppliedLabels, setCreativeType, setId, setLastModifiedDateTime, setName, setPreviewUrl, setSize
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseFlashRedirectCreative

public BaseFlashRedirectCreative()

BaseFlashRedirectCreative

public 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)
Method Detail

getFlashUrl

public String getFlashUrl()
Gets the flashUrl value for this BaseFlashRedirectCreative.

Returns:
flashUrl * The URL where the Flash asset resides. This attribute is required and has a maximum length of 1024 characters.

setFlashUrl

public void setFlashUrl(String flashUrl)
Sets the flashUrl value for this BaseFlashRedirectCreative.

Parameters:
flashUrl - * The URL where the Flash asset resides. This attribute is required and has a maximum length of 1024 characters.

getFallbackUrl

public String getFallbackUrl()
Gets the fallbackUrl value for this BaseFlashRedirectCreative.

Returns:
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.

setFallbackUrl

public void setFallbackUrl(String fallbackUrl)
Sets the fallbackUrl value for this BaseFlashRedirectCreative.

Parameters:
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.

getFallbackPreviewUrl

public String getFallbackPreviewUrl()
Gets the fallbackPreviewUrl value for this BaseFlashRedirectCreative.

Returns:
fallbackPreviewUrl * The URL of the fallback image for preview. This attribute is read-only and is populated by Google.

setFallbackPreviewUrl

public void setFallbackPreviewUrl(String fallbackPreviewUrl)
Sets the fallbackPreviewUrl value for this BaseFlashRedirectCreative.

Parameters:
fallbackPreviewUrl - * The URL of the fallback image for preview. This attribute is read-only and is populated by Google.

equals

public boolean equals(Object obj)
Overrides:
equals in class HasDestinationUrlCreative

hashCode

public int hashCode()
Overrides:
hashCode in class HasDestinationUrlCreative

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2012. All Rights Reserved.