public class VpaidLinearCreative extends HasDestinationUrlCreative implements Serializable
Creative that displays a DFP-hosted Flash-based ad and
is served via VAST XML. It
is displayed in a linear fashion with a video (before,
after, interrupting). This creative is
read only.
This creative type has been deprecated as part of the Flash deprecation.
| Constructor and Description |
|---|
VpaidLinearCreative() |
VpaidLinearCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
CreativePolicyViolation[] policyViolations,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String destinationUrl,
DestinationUrlType destinationUrlType,
Boolean overrideSize,
long[] companionCreativeIds,
ConversionEvent_TrackingUrlsMapEntry[] trackingUrls,
String customParameters,
Integer duration,
String vastPreviewUrl,
SslScanResult sslScanResult,
SslManualOverride sslManualOverride,
CreativeAsset flashAsset) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long[] |
getCompanionCreativeIds()
Gets the companionCreativeIds value for this VpaidLinearCreative.
|
long |
getCompanionCreativeIds(int i) |
String |
getCustomParameters()
Gets the customParameters value for this VpaidLinearCreative.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Integer |
getDuration()
Gets the duration value for this VpaidLinearCreative.
|
CreativeAsset |
getFlashAsset()
Gets the flashAsset value for this VpaidLinearCreative.
|
Boolean |
getOverrideSize()
Gets the overrideSize value for this VpaidLinearCreative.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
SslManualOverride |
getSslManualOverride()
Gets the sslManualOverride value for this VpaidLinearCreative.
|
SslScanResult |
getSslScanResult()
Gets the sslScanResult value for this VpaidLinearCreative.
|
ConversionEvent_TrackingUrlsMapEntry[] |
getTrackingUrls()
Gets the trackingUrls value for this VpaidLinearCreative.
|
ConversionEvent_TrackingUrlsMapEntry |
getTrackingUrls(int i) |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getVastPreviewUrl()
Gets the vastPreviewUrl value for this VpaidLinearCreative.
|
int |
hashCode() |
void |
setCompanionCreativeIds(int i,
long _value) |
void |
setCompanionCreativeIds(long[] companionCreativeIds)
Sets the companionCreativeIds value for this VpaidLinearCreative.
|
void |
setCustomParameters(String customParameters)
Sets the customParameters value for this VpaidLinearCreative.
|
void |
setDuration(Integer duration)
Sets the duration value for this VpaidLinearCreative.
|
void |
setFlashAsset(CreativeAsset flashAsset)
Sets the flashAsset value for this VpaidLinearCreative.
|
void |
setOverrideSize(Boolean overrideSize)
Sets the overrideSize value for this VpaidLinearCreative.
|
void |
setSslManualOverride(SslManualOverride sslManualOverride)
Sets the sslManualOverride value for this VpaidLinearCreative.
|
void |
setSslScanResult(SslScanResult sslScanResult)
Sets the sslScanResult value for this VpaidLinearCreative.
|
void |
setTrackingUrls(ConversionEvent_TrackingUrlsMapEntry[] trackingUrls)
Sets the trackingUrls value for this VpaidLinearCreative.
|
void |
setTrackingUrls(int i,
ConversionEvent_TrackingUrlsMapEntry _value) |
void |
setVastPreviewUrl(String vastPreviewUrl)
Sets the vastPreviewUrl value for this VpaidLinearCreative.
|
String |
toString() |
getDestinationUrl, getDestinationUrlType, setDestinationUrl, setDestinationUrlTypegetAdvertiserId, getAppliedLabels, getAppliedLabels, getCustomFieldValues, getCustomFieldValues, getId, getLastModifiedDateTime, getName, getPolicyViolations, getPolicyViolations, getPreviewUrl, getSize, setAdvertiserId, setAppliedLabels, setAppliedLabels, setCustomFieldValues, setCustomFieldValues, setId, setLastModifiedDateTime, setName, setPolicyViolations, setPolicyViolations, setPreviewUrl, setSizepublic VpaidLinearCreative()
public VpaidLinearCreative(Long advertiserId, Long id, String name, Size size, String previewUrl, CreativePolicyViolation[] policyViolations, AppliedLabel[] appliedLabels, DateTime lastModifiedDateTime, BaseCustomFieldValue[] customFieldValues, String destinationUrl, DestinationUrlType destinationUrlType, Boolean overrideSize, long[] companionCreativeIds, ConversionEvent_TrackingUrlsMapEntry[] trackingUrls, String customParameters, Integer duration, String vastPreviewUrl, SslScanResult sslScanResult, SslManualOverride sslManualOverride, CreativeAsset flashAsset)
public String toString()
toString in class HasDestinationUrlCreativepublic Boolean getOverrideSize()
public void setOverrideSize(Boolean overrideSize)
overrideSize - * Allows the creative size to differ from the actual Flash asset
size. This
attribute is optional.public long[] getCompanionCreativeIds()
public void setCompanionCreativeIds(long[] companionCreativeIds)
companionCreativeIds - * The IDs of the companion creatives that are associated with
this creative.
This attribute is optional.public long getCompanionCreativeIds(int i)
public void setCompanionCreativeIds(int i,
long _value)
public ConversionEvent_TrackingUrlsMapEntry[] getTrackingUrls()
ConversionEvent to a list of URLs that will
be pinged
when the event happens. This attribute is optional.public void setTrackingUrls(ConversionEvent_TrackingUrlsMapEntry[] trackingUrls)
trackingUrls - * A map from ConversionEvent to a list of URLs that will
be pinged
when the event happens. This attribute is optional.public ConversionEvent_TrackingUrlsMapEntry getTrackingUrls(int i)
public void setTrackingUrls(int i,
ConversionEvent_TrackingUrlsMapEntry _value)
public String getCustomParameters()
AdParameters section.
This attribute is optional.public void setCustomParameters(String customParameters)
customParameters - * A string that is supplied to the VPAID creative's init function.
This is written into the VAST XML in the AdParameters section.
This attribute is optional.public Integer getDuration()
public void setDuration(Integer duration)
duration - * Duration in milliseconds for the vpaid ad given no user interaction.
This attribute is optional.public String getVastPreviewUrl()
public void setVastPreviewUrl(String vastPreviewUrl)
vastPreviewUrl - * An ad tag URL that will return a preview of the VAST XML response
specific
to this creative. This attribute is read-only.public SslScanResult getSslScanResult()
This attribute is read-only and determined by Google.
public void setSslScanResult(SslScanResult sslScanResult)
sslScanResult - * The SSL compatibility scan result of this creative.
This attribute is read-only and determined by Google.
public SslManualOverride getSslManualOverride()
This attribute is optional and defaults to
SslManualOverride.NO_OVERRIDE.
public void setSslManualOverride(SslManualOverride sslManualOverride)
sslManualOverride - * The manual override for the SSL compatibility of this creative.
This attribute is optional and defaults to
SslManualOverride.NO_OVERRIDE.
public CreativeAsset getFlashAsset()
CreativeAsset.assetUrl.public void setFlashAsset(CreativeAsset flashAsset)
flashAsset - * The Flash asset. This attribute is required. To view the Flash
image, use the
CreativeAsset.assetUrl.public boolean equals(Object obj)
equals in class HasDestinationUrlCreativepublic int hashCode()
hashCode in class HasDestinationUrlCreativepublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2018. All Rights Reserved.