public class FlashRedirectOverlayCreative extends BaseFlashRedirectCreative implements Serializable
Creative that loads a Flash asset from a specified
URL
and is served via VAST XML. Overlays cover part of the
video content
they are displayed on top of.| Constructor and Description |
|---|
FlashRedirectOverlayCreative() |
FlashRedirectOverlayCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
CreativePolicyViolation[] policyViolations,
CreativePolicyViolation[] policyLabels,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String destinationUrl,
DestinationUrlType destinationUrlType,
String flashUrl,
String fallbackUrl,
String fallbackPreviewUrl,
SslScanResult sslScanResult,
SslManualOverride sslManualOverride,
long[] companionCreativeIds,
ConversionEvent_TrackingUrlsMapEntry[] trackingUrls,
String customParameters,
ApiFramework apiFramework,
Integer duration,
Size flashAssetSize,
String vastPreviewUrl) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ApiFramework |
getApiFramework()
Gets the apiFramework value for this FlashRedirectOverlayCreative.
|
long[] |
getCompanionCreativeIds()
Gets the companionCreativeIds value for this FlashRedirectOverlayCreative.
|
long |
getCompanionCreativeIds(int i) |
String |
getCustomParameters()
Gets the customParameters value for this FlashRedirectOverlayCreative.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Integer |
getDuration()
Gets the duration value for this FlashRedirectOverlayCreative.
|
Size |
getFlashAssetSize()
Gets the flashAssetSize value for this FlashRedirectOverlayCreative.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
ConversionEvent_TrackingUrlsMapEntry[] |
getTrackingUrls()
Gets the trackingUrls value for this FlashRedirectOverlayCreative.
|
ConversionEvent_TrackingUrlsMapEntry |
getTrackingUrls(int i) |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getVastPreviewUrl()
Gets the vastPreviewUrl value for this FlashRedirectOverlayCreative.
|
int |
hashCode() |
void |
setApiFramework(ApiFramework apiFramework)
Sets the apiFramework value for this FlashRedirectOverlayCreative.
|
void |
setCompanionCreativeIds(int i,
long _value) |
void |
setCompanionCreativeIds(long[] companionCreativeIds)
Sets the companionCreativeIds value for this FlashRedirectOverlayCreative.
|
void |
setCustomParameters(String customParameters)
Sets the customParameters value for this FlashRedirectOverlayCreative.
|
void |
setDuration(Integer duration)
Sets the duration value for this FlashRedirectOverlayCreative.
|
void |
setFlashAssetSize(Size flashAssetSize)
Sets the flashAssetSize value for this FlashRedirectOverlayCreative.
|
void |
setTrackingUrls(ConversionEvent_TrackingUrlsMapEntry[] trackingUrls)
Sets the trackingUrls value for this FlashRedirectOverlayCreative.
|
void |
setTrackingUrls(int i,
ConversionEvent_TrackingUrlsMapEntry _value) |
void |
setVastPreviewUrl(String vastPreviewUrl)
Sets the vastPreviewUrl value for this FlashRedirectOverlayCreative.
|
String |
toString() |
getFallbackPreviewUrl, getFallbackUrl, getFlashUrl, getSslManualOverride, getSslScanResult, setFallbackPreviewUrl, setFallbackUrl, setFlashUrl, setSslManualOverride, setSslScanResultgetDestinationUrl, getDestinationUrlType, setDestinationUrl, setDestinationUrlTypegetAdvertiserId, getAppliedLabels, getAppliedLabels, getCustomFieldValues, getCustomFieldValues, getId, getLastModifiedDateTime, getName, getPolicyLabels, getPolicyLabels, getPolicyViolations, getPolicyViolations, getPreviewUrl, getSize, setAdvertiserId, setAppliedLabels, setAppliedLabels, setCustomFieldValues, setCustomFieldValues, setId, setLastModifiedDateTime, setName, setPolicyLabels, setPolicyLabels, setPolicyViolations, setPolicyViolations, setPreviewUrl, setSizepublic FlashRedirectOverlayCreative()
public FlashRedirectOverlayCreative(Long advertiserId, Long id, String name, Size size, String previewUrl, CreativePolicyViolation[] policyViolations, CreativePolicyViolation[] policyLabels, AppliedLabel[] appliedLabels, DateTime lastModifiedDateTime, BaseCustomFieldValue[] customFieldValues, String destinationUrl, DestinationUrlType destinationUrlType, String flashUrl, String fallbackUrl, String fallbackPreviewUrl, SslScanResult sslScanResult, SslManualOverride sslManualOverride, long[] companionCreativeIds, ConversionEvent_TrackingUrlsMapEntry[] trackingUrls, String customParameters, ApiFramework apiFramework, Integer duration, Size flashAssetSize, String vastPreviewUrl)
public String toString()
toString in class BaseFlashRedirectCreativepublic 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
node.
If the apiFramework is ApiFramework.VPAID,
the value does not need to be a comma separated key-value list (and
can instead be any arbitrary string). This attribute is optional.public void setCustomParameters(String customParameters)
customParameters - * A comma separated key=value list of parameters that will be
supplied to
the creative, written into the VAST AdParameters
node.
If the apiFramework is ApiFramework.VPAID,
the value does not need to be a comma separated key-value list (and
can instead be any arbitrary string). This attribute is optional.public ApiFramework getApiFramework()
public void setApiFramework(ApiFramework apiFramework)
apiFramework - * The API framework of the asset. This attribute is optional.public Integer getDuration()
public void setDuration(Integer duration)
duration - * Minimum suggested duration in milliseconds. This attribute
is optional.public Size getFlashAssetSize()
Creative.size
if the asset is not expected to fill the entire
video player. This attribute
is optional.public void setFlashAssetSize(Size flashAssetSize)
flashAssetSize - * The size of the flash asset. Note that this may differ from
Creative.size
if the asset is not expected to fill the entire
video player. 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 boolean equals(Object obj)
equals in class BaseFlashRedirectCreativepublic int hashCode()
hashCode in class BaseFlashRedirectCreativepublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2020. All rights reserved.