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

java.lang.Object
  extended by com.google.api.ads.dfp.axis.v201204.Creative
      extended by com.google.api.ads.dfp.axis.v201204.HasDestinationUrlCreative
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BaseFlashCreative, BaseFlashRedirectCreative, BaseImageCreative, BaseImageRedirectCreative, BaseVideoCreative, CustomCreative, FlashExpandableCreative, FlashPushdownCreative, TextAdCreative, VpaidLinearCreative, VpaidLinearRedirectCreative

public abstract class HasDestinationUrlCreative
extends Creative
implements Serializable

A Creative that has a destination url

See Also:
Serialized Form

Constructor Summary
HasDestinationUrlCreative()
           
HasDestinationUrlCreative(Long advertiserId, Long id, String name, Size size, String previewUrl, AppliedLabel[] appliedLabels, DateTime lastModifiedDateTime, BaseCustomFieldValue[] customFieldValues, String creativeType, String destinationUrl)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getDestinationUrl()
          Gets the destinationUrl value for this HasDestinationUrlCreative.
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 setDestinationUrl(String destinationUrl)
          Sets the destinationUrl value for this HasDestinationUrlCreative.
 
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

HasDestinationUrlCreative

public HasDestinationUrlCreative()

HasDestinationUrlCreative

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

getDestinationUrl

public String getDestinationUrl()
Gets the destinationUrl value for this HasDestinationUrlCreative.

Returns:
destinationUrl * The URL the user is directed to if they click on the creative. This attribute is required and has a maximum length of 1024 characters.

setDestinationUrl

public void setDestinationUrl(String destinationUrl)
Sets the destinationUrl value for this HasDestinationUrlCreative.

Parameters:
destinationUrl - * The URL the user is directed to if they click on the creative. This attribute is required and has a maximum length of 1024 characters.

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Creative

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.