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

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.BaseVideoCreative
              extended by com.google.api.ads.dfp.axis.v201203.VideoCreative
All Implemented Interfaces:
Serializable

public class VideoCreative
extends BaseVideoCreative
implements Serializable

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

See Also:
Serialized Form

Constructor Summary
VideoCreative()
           
VideoCreative(Long advertiserId, Long id, String name, Size size, String previewUrl, AppliedLabel[] appliedLabels, DateTime lastModifiedDateTime, String creativeType, String destinationUrl, Integer duration, Boolean allowDurationOverride, ConversionEvent_TrackingUrlsMapEntry[] trackingUrls, long[] companionCreativeIds, String customParameters)
           
 
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.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.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

VideoCreative

public VideoCreative()

VideoCreative

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

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.