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

java.lang.Object
  extended by com.google.api.ads.dfp.axis.v201208.Creative
      extended by com.google.api.ads.dfp.axis.v201208.BaseRichMediaStudioCreative
          extended by com.google.api.ads.dfp.axis.v201208.RichMediaStudioCreative
All Implemented Interfaces:
Serializable

public class RichMediaStudioCreative
extends BaseRichMediaStudioCreative
implements Serializable

A Creative that is created by a Rich Media Studio. You cannot create this creative, but you can update some fields of this creative.

See Also:
Serialized Form

Constructor Summary
RichMediaStudioCreative()
           
RichMediaStudioCreative(Long advertiserId, Long id, String name, Size size, String previewUrl, AppliedLabel[] appliedLabels, DateTime lastModifiedDateTime, BaseCustomFieldValue[] customFieldValues, String creativeType, Long studioCreativeId, RichMediaStudioCreativeFormat creativeFormat, RichMediaStudioCreativeArtworkType artworkType, Long totalFileSize, String[] adTagKeys, String[] customKeyValues, String surveyUrl, String allImpressionsUrl, String richMediaImpressionsUrl, String backupImageImpressionsUrl, String overrideCss, String requiredFlashPluginVersion, Integer duration, RichMediaStudioCreativeBillingAttribute billingAttribute, RichMediaStudioChildAssetProperty[] richMediaStudioChildAssetProperties, Boolean isInterstitial)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 Boolean getIsInterstitial()
          Gets the isInterstitial value for this RichMediaStudioCreative.
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 setIsInterstitial(Boolean isInterstitial)
          Sets the isInterstitial value for this RichMediaStudioCreative.
 
Methods inherited from class com.google.api.ads.dfp.axis.v201208.BaseRichMediaStudioCreative
getAdTagKeys, getAdTagKeys, getAllImpressionsUrl, getArtworkType, getBackupImageImpressionsUrl, getBillingAttribute, getCreativeFormat, getCustomKeyValues, getCustomKeyValues, getDuration, getOverrideCss, getRequiredFlashPluginVersion, getRichMediaImpressionsUrl, getRichMediaStudioChildAssetProperties, getRichMediaStudioChildAssetProperties, getStudioCreativeId, getSurveyUrl, getTotalFileSize, setAdTagKeys, setAdTagKeys, setAllImpressionsUrl, setArtworkType, setBackupImageImpressionsUrl, setBillingAttribute, setCreativeFormat, setCustomKeyValues, setCustomKeyValues, setDuration, setOverrideCss, setRequiredFlashPluginVersion, setRichMediaImpressionsUrl, setRichMediaStudioChildAssetProperties, setRichMediaStudioChildAssetProperties, setStudioCreativeId, setSurveyUrl, setTotalFileSize
 
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

RichMediaStudioCreative

public RichMediaStudioCreative()

RichMediaStudioCreative

public RichMediaStudioCreative(Long advertiserId,
                               Long id,
                               String name,
                               Size size,
                               String previewUrl,
                               AppliedLabel[] appliedLabels,
                               DateTime lastModifiedDateTime,
                               BaseCustomFieldValue[] customFieldValues,
                               String creativeType,
                               Long studioCreativeId,
                               RichMediaStudioCreativeFormat creativeFormat,
                               RichMediaStudioCreativeArtworkType artworkType,
                               Long totalFileSize,
                               String[] adTagKeys,
                               String[] customKeyValues,
                               String surveyUrl,
                               String allImpressionsUrl,
                               String richMediaImpressionsUrl,
                               String backupImageImpressionsUrl,
                               String overrideCss,
                               String requiredFlashPluginVersion,
                               Integer duration,
                               RichMediaStudioCreativeBillingAttribute billingAttribute,
                               RichMediaStudioChildAssetProperty[] richMediaStudioChildAssetProperties,
                               Boolean isInterstitial)
Method Detail

getIsInterstitial

public Boolean getIsInterstitial()
Gets the isInterstitial value for this RichMediaStudioCreative.

Returns:
isInterstitial * true if this is interstitial. An interstitial creative will not consider an impression served until it is fully rendered in the browser. This attribute is readonly.

setIsInterstitial

public void setIsInterstitial(Boolean isInterstitial)
Sets the isInterstitial value for this RichMediaStudioCreative.

Parameters:
isInterstitial - * true if this is interstitial. An interstitial creative will not consider an impression served until it is fully rendered in the browser. This attribute is readonly.

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class BaseRichMediaStudioCreative

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.