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,
CreativePolicyViolation[] policyViolations,
CreativePolicyViolation[] policyLabels,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String destinationUrl,
DestinationUrlType destinationUrlType,
Boolean overrideSize,
Boolean clickTagRequired,
SslScanResult sslScanResult,
SslManualOverride sslManualOverride,
CreativeAsset flashAsset,
CreativeAsset fallbackImageAsset,
SwiffyFallbackAsset swiffyAsset,
Boolean createSwiffyAsset,
LockedOrientation lockedOrientation,
Boolean clickTagOverlayEnabled) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Boolean |
getClickTagOverlayEnabled()
Gets the clickTagOverlayEnabled value for this FlashCreative.
|
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
|
LockedOrientation |
getLockedOrientation()
Gets the lockedOrientation value for this FlashCreative.
|
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 |
setClickTagOverlayEnabled(Boolean clickTagOverlayEnabled)
Sets the clickTagOverlayEnabled value for this FlashCreative.
|
void |
setCreateSwiffyAsset(Boolean createSwiffyAsset)
Sets the createSwiffyAsset value for this FlashCreative.
|
void |
setLockedOrientation(LockedOrientation lockedOrientation)
Sets the lockedOrientation value for this FlashCreative.
|
void |
setSwiffyAsset(SwiffyFallbackAsset swiffyAsset)
Sets the swiffyAsset value for this FlashCreative.
|
String |
toString() |
getClickTagRequired, getFallbackImageAsset, getFlashAsset, getOverrideSize, getSslManualOverride, getSslScanResult, setClickTagRequired, setFallbackImageAsset, setFlashAsset, setOverrideSize, 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 FlashCreative()
public FlashCreative(Long advertiserId, Long id, String name, Size size, String previewUrl, CreativePolicyViolation[] policyViolations, CreativePolicyViolation[] policyLabels, AppliedLabel[] appliedLabels, DateTime lastModifiedDateTime, BaseCustomFieldValue[] customFieldValues, String destinationUrl, DestinationUrlType destinationUrlType, Boolean overrideSize, Boolean clickTagRequired, SslScanResult sslScanResult, SslManualOverride sslManualOverride, CreativeAsset flashAsset, CreativeAsset fallbackImageAsset, SwiffyFallbackAsset swiffyAsset, Boolean createSwiffyAsset, LockedOrientation lockedOrientation, Boolean clickTagOverlayEnabled)
public String toString()
toString in class BaseFlashCreativepublic 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 LockedOrientation getLockedOrientation()
public void setLockedOrientation(LockedOrientation lockedOrientation)
lockedOrientation - * A locked orientation for this creative to be displayed in.public Boolean getClickTagOverlayEnabled()
This attribute is optional and defaults to false.
public void setClickTagOverlayEnabled(Boolean clickTagOverlayEnabled)
clickTagOverlayEnabled - * Enables the creative to be served with click tag overlay.
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 © 2019. All rights reserved.