com.google.api.ads.dfp.axis.v201204
Class BaseImageRedirectCreative

java.lang.Object
  extended by com.google.api.ads.dfp.axis.v201204.Creative
      extended by com.google.api.ads.dfp.axis.v201204.HasDestinationUrlCreative
          extended by com.google.api.ads.dfp.axis.v201204.BaseImageRedirectCreative
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ImageRedirectCreative, ImageRedirectOverlayCreative

public abstract class BaseImageRedirectCreative
extends HasDestinationUrlCreative
implements Serializable

The base type for creatives that load an image asset from a specified URL.

See Also:
Serialized Form

Constructor Summary
BaseImageRedirectCreative()
           
BaseImageRedirectCreative(Long advertiserId, Long id, String name, Size size, String previewUrl, AppliedLabel[] appliedLabels, DateTime lastModifiedDateTime, BaseCustomFieldValue[] customFieldValues, String creativeType, String destinationUrl, String imageUrl)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getImageUrl()
          Gets the imageUrl value for this BaseImageRedirectCreative.
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 setImageUrl(String imageUrl)
          Sets the imageUrl value for this BaseImageRedirectCreative.
 
Methods inherited from class com.google.api.ads.dfp.axis.v201204.HasDestinationUrlCreative
getDestinationUrl, setDestinationUrl
 
Methods inherited from class com.google.api.ads.dfp.axis.v201204.Creative
getAdvertiserId, getAppliedLabels, getAppliedLabels, getCreativeType, getCustomFieldValues, getCustomFieldValues, getId, getLastModifiedDateTime, getName, getPreviewUrl, getSize, setAdvertiserId, setAppliedLabels, setAppliedLabels, setCreativeType, setCustomFieldValues, setCustomFieldValues, setId, setLastModifiedDateTime, setName, setPreviewUrl, setSize
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseImageRedirectCreative

public BaseImageRedirectCreative()

BaseImageRedirectCreative

public BaseImageRedirectCreative(Long advertiserId,
                                 Long id,
                                 String name,
                                 Size size,
                                 String previewUrl,
                                 AppliedLabel[] appliedLabels,
                                 DateTime lastModifiedDateTime,
                                 BaseCustomFieldValue[] customFieldValues,
                                 String creativeType,
                                 String destinationUrl,
                                 String imageUrl)
Method Detail

getImageUrl

public String getImageUrl()
Gets the imageUrl value for this BaseImageRedirectCreative.

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

setImageUrl

public void setImageUrl(String imageUrl)
Sets the imageUrl value for this BaseImageRedirectCreative.

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

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.