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

java.lang.Object
  extended by com.google.api.ads.dfp.axis.v201204.Asset
      extended by com.google.api.ads.dfp.axis.v201204.RedirectAsset
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
VideoRedirectAsset

public abstract class RedirectAsset
extends Asset
implements Serializable

An externally hosted asset.

See Also:
Serialized Form

Constructor Summary
RedirectAsset()
           
RedirectAsset(String assetType, String redirectUrl)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getRedirectUrl()
          Gets the redirectUrl value for this RedirectAsset.
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 setRedirectUrl(String redirectUrl)
          Sets the redirectUrl value for this RedirectAsset.
 
Methods inherited from class com.google.api.ads.dfp.axis.v201204.Asset
getAssetType, setAssetType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RedirectAsset

public RedirectAsset()

RedirectAsset

public RedirectAsset(String assetType,
                     String redirectUrl)
Method Detail

getRedirectUrl

public String getRedirectUrl()
Gets the redirectUrl value for this RedirectAsset.

Returns:
redirectUrl * The URL where the asset is hosted.

setRedirectUrl

public void setRedirectUrl(String redirectUrl)
Sets the redirectUrl value for this RedirectAsset.

Parameters:
redirectUrl - * The URL where the asset is hosted.

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Asset

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.