com.google.api.ads.dfp.axis.v201203
Class FlashRedirectCreative

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

public class FlashRedirectCreative
extends BaseFlashRedirectCreative
implements Serializable

A Creative that loads 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
FlashRedirectCreative()
           
FlashRedirectCreative(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
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()
           
 
Methods inherited from class com.google.api.ads.dfp.axis.v201203.BaseFlashRedirectCreative
getFallbackPreviewUrl, getFallbackUrl, getFlashUrl, setFallbackPreviewUrl, setFallbackUrl, setFlashUrl
 
Methods inherited from class com.google.api.ads.dfp.axis.v201203.HasDestinationUrlCreative
getDestinationUrl, setDestinationUrl
 
Methods inherited from class com.google.api.ads.dfp.axis.v201203.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

FlashRedirectCreative

public FlashRedirectCreative()

FlashRedirectCreative

public FlashRedirectCreative(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

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class BaseFlashRedirectCreative

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.