public abstract class BaseFlashCreative extends HasDestinationUrlCreative implements Serializable
| Constructor and Description |
|---|
BaseFlashCreative() |
BaseFlashCreative(Long advertiserId,
Long id,
String name,
Size size,
String previewUrl,
CreativePolicyViolation[] policyViolations,
AppliedLabel[] appliedLabels,
DateTime lastModifiedDateTime,
BaseCustomFieldValue[] customFieldValues,
String destinationUrl,
DestinationUrlType destinationUrlType,
Boolean overrideSize,
Boolean clickTagRequired,
SslScanResult sslScanResult,
SslManualOverride sslManualOverride,
CreativeAsset flashAsset,
CreativeAsset fallbackImageAsset) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Boolean |
getClickTagRequired()
Gets the clickTagRequired value for this BaseFlashCreative.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
CreativeAsset |
getFallbackImageAsset()
Gets the fallbackImageAsset value for this BaseFlashCreative.
|
CreativeAsset |
getFlashAsset()
Gets the flashAsset value for this BaseFlashCreative.
|
Boolean |
getOverrideSize()
Gets the overrideSize value for this BaseFlashCreative.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
SslManualOverride |
getSslManualOverride()
Gets the sslManualOverride value for this BaseFlashCreative.
|
SslScanResult |
getSslScanResult()
Gets the sslScanResult value for this BaseFlashCreative.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setClickTagRequired(Boolean clickTagRequired)
Sets the clickTagRequired value for this BaseFlashCreative.
|
void |
setFallbackImageAsset(CreativeAsset fallbackImageAsset)
Sets the fallbackImageAsset value for this BaseFlashCreative.
|
void |
setFlashAsset(CreativeAsset flashAsset)
Sets the flashAsset value for this BaseFlashCreative.
|
void |
setOverrideSize(Boolean overrideSize)
Sets the overrideSize value for this BaseFlashCreative.
|
void |
setSslManualOverride(SslManualOverride sslManualOverride)
Sets the sslManualOverride value for this BaseFlashCreative.
|
void |
setSslScanResult(SslScanResult sslScanResult)
Sets the sslScanResult value for this BaseFlashCreative.
|
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 BaseFlashCreative()
public BaseFlashCreative(Long advertiserId, Long id, String name, Size size, String previewUrl, CreativePolicyViolation[] policyViolations, AppliedLabel[] appliedLabels, DateTime lastModifiedDateTime, BaseCustomFieldValue[] customFieldValues, String destinationUrl, DestinationUrlType destinationUrlType, Boolean overrideSize, Boolean clickTagRequired, SslScanResult sslScanResult, SslManualOverride sslManualOverride, CreativeAsset flashAsset, CreativeAsset fallbackImageAsset)
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 Boolean getClickTagRequired()
public void setClickTagRequired(Boolean clickTagRequired)
clickTagRequired - * Specifies whether the Flash asset is required to have a click
tag embedded
in it or not. This attribute is optional.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 CreativeAsset getFallbackImageAsset()
CreativeAsset.assetUrl.public void setFallbackImageAsset(CreativeAsset fallbackImageAsset)
fallbackImageAsset - * The image asset to fall back on if the flash creative cannot
be loaded. To view
the fallback 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 © 2019. All rights reserved.