com.google.api.ads.dfp.axis.v201208
Class VideoRedirectCreative

java.lang.Object
  extended by com.google.api.ads.dfp.axis.v201208.Creative
      extended by com.google.api.ads.dfp.axis.v201208.HasDestinationUrlCreative
          extended by com.google.api.ads.dfp.axis.v201208.BaseVideoCreative
              extended by com.google.api.ads.dfp.axis.v201208.VideoRedirectCreative
All Implemented Interfaces:
Serializable

public class VideoRedirectCreative
extends BaseVideoCreative
implements Serializable

A Creative that contains externally hosted video ads and is served via VAST 2.0 XML. This creative is read-only.

See Also:
Serialized Form

Constructor Summary
VideoRedirectCreative()
           
VideoRedirectCreative(Long advertiserId, Long id, String name, Size size, String previewUrl, AppliedLabel[] appliedLabels, DateTime lastModifiedDateTime, BaseCustomFieldValue[] customFieldValues, String creativeType, String destinationUrl, Integer duration, Boolean allowDurationOverride, ConversionEvent_TrackingUrlsMapEntry[] trackingUrls, long[] companionCreativeIds, String customParameters, VideoRedirectAsset[] videoAssets)
           
 
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
 VideoRedirectAsset[] getVideoAssets()
          Gets the videoAssets value for this VideoRedirectCreative.
 VideoRedirectAsset getVideoAssets(int i)
           
 int hashCode()
           
 void setVideoAssets(int i, VideoRedirectAsset _value)
           
 void setVideoAssets(VideoRedirectAsset[] videoAssets)
          Sets the videoAssets value for this VideoRedirectCreative.
 
Methods inherited from class com.google.api.ads.dfp.axis.v201208.BaseVideoCreative
getAllowDurationOverride, getCompanionCreativeIds, getCompanionCreativeIds, getCustomParameters, getDuration, getTrackingUrls, getTrackingUrls, setAllowDurationOverride, setCompanionCreativeIds, setCompanionCreativeIds, setCustomParameters, setDuration, setTrackingUrls, setTrackingUrls
 
Methods inherited from class com.google.api.ads.dfp.axis.v201208.HasDestinationUrlCreative
getDestinationUrl, setDestinationUrl
 
Methods inherited from class com.google.api.ads.dfp.axis.v201208.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

VideoRedirectCreative

public VideoRedirectCreative()

VideoRedirectCreative

public VideoRedirectCreative(Long advertiserId,
                             Long id,
                             String name,
                             Size size,
                             String previewUrl,
                             AppliedLabel[] appliedLabels,
                             DateTime lastModifiedDateTime,
                             BaseCustomFieldValue[] customFieldValues,
                             String creativeType,
                             String destinationUrl,
                             Integer duration,
                             Boolean allowDurationOverride,
                             ConversionEvent_TrackingUrlsMapEntry[] trackingUrls,
                             long[] companionCreativeIds,
                             String customParameters,
                             VideoRedirectAsset[] videoAssets)
Method Detail

getVideoAssets

public VideoRedirectAsset[] getVideoAssets()
Gets the videoAssets value for this VideoRedirectCreative.

Returns:
videoAssets * The video creative assets.

setVideoAssets

public void setVideoAssets(VideoRedirectAsset[] videoAssets)
Sets the videoAssets value for this VideoRedirectCreative.

Parameters:
videoAssets - * The video creative assets.

getVideoAssets

public VideoRedirectAsset getVideoAssets(int i)

setVideoAssets

public void setVideoAssets(int i,
                           VideoRedirectAsset _value)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class BaseVideoCreative

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.