public class FlashCreative extends BaseFlashCreative implements Serializable
Creative that displays a Flash-based ad. If the Flash
ad cannot
load, a fallback image is displayed instead.| Constructor and Description |
|---|
FlashCreative() |
FlashCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String creativeType,
String destinationUrl,
String flashName,
byte[] flashByteArray,
String fallbackImageName,
byte[] fallbackImageByteArray,
Boolean overrideSize,
Boolean clickTagRequired,
String fallbackPreviewUrl,
Size flashAssetSize,
Size fallbackAssetSize,
SwiffyFallbackAsset swiffyAsset,
Boolean createSwiffyAsset) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Boolean |
getCreateSwiffyAsset()
Gets the createSwiffyAsset value for this FlashCreative.
|
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
|
SwiffyFallbackAsset |
getSwiffyAsset()
Gets the swiffyAsset value for this FlashCreative.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setCreateSwiffyAsset(Boolean createSwiffyAsset)
Sets the createSwiffyAsset value for this FlashCreative.
|
void |
setSwiffyAsset(SwiffyFallbackAsset swiffyAsset)
Sets the swiffyAsset value for this FlashCreative.
|
getClickTagRequired, getFallbackAssetSize, getFallbackImageByteArray, getFallbackImageName, getFallbackPreviewUrl, getFlashAssetSize, getFlashByteArray, getFlashName, getOverrideSize, setClickTagRequired, setFallbackAssetSize, setFallbackImageByteArray, setFallbackImageName, setFallbackPreviewUrl, setFlashAssetSize, setFlashByteArray, setFlashName, setOverrideSizegetDestinationUrl, setDestinationUrlgetAdvertiserId, getAppliedLabels, getAppliedLabels, getCreativeType, getCustomFieldValues, getCustomFieldValues, getId, getLastModifiedDateTime, getName, getPreviewUrl, getSize, setAdvertiserId, setAppliedLabels, setAppliedLabels, setCreativeType, setCustomFieldValues, setCustomFieldValues, setId, setLastModifiedDateTime, setName, setPreviewUrl, setSizepublic FlashCreative()
public FlashCreative(Long advertiserId, Long id, String name, Size size, String previewUrl, AppliedLabel[] appliedLabels, DateTime lastModifiedDateTime, BaseCustomFieldValue[] customFieldValues, String creativeType, String destinationUrl, String flashName, byte[] flashByteArray, String fallbackImageName, byte[] fallbackImageByteArray, Boolean overrideSize, Boolean clickTagRequired, String fallbackPreviewUrl, Size flashAssetSize, Size fallbackAssetSize, SwiffyFallbackAsset swiffyAsset, Boolean createSwiffyAsset)
public SwiffyFallbackAsset getSwiffyAsset()
public void setSwiffyAsset(SwiffyFallbackAsset swiffyAsset)
swiffyAsset - * A Swiffy asset that can be used as a fallback for this flash
creative.
This attribute is readonly.public Boolean getCreateSwiffyAsset()
If true during creation or update,
the flash asset will be converted to
a Swiffy asset. If successful,
the Swiffy asset will be used
for ad serving, which may lead to additional latency.
To remove the swiffy asset, set this attribute
to false and
update the flash asset.
This attribute is optional and defaults to false.
public void setCreateSwiffyAsset(Boolean createSwiffyAsset)
createSwiffyAsset - * Enables Swiffy fallback asset creation and serving.
If true during creation or update,
the flash asset will be converted to
a Swiffy asset. If successful,
the Swiffy asset will be used
for ad serving, which may lead to additional latency.
To remove the swiffy asset, set this attribute
to false and
update the flash asset.
This attribute is optional and defaults to false.
public boolean equals(Object obj)
equals in class BaseFlashCreativepublic int hashCode()
hashCode in class BaseFlashCreativepublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All Rights Reserved.