public abstract class BaseFlashCreative extends HasDestinationUrlCreative implements Serializable
| Constructor and Description |
|---|
BaseFlashCreative() |
BaseFlashCreative(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) |
| 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
|
Size |
getFallbackAssetSize()
Gets the fallbackAssetSize value for this BaseFlashCreative.
|
byte[] |
getFallbackImageByteArray()
Gets the fallbackImageByteArray value for this BaseFlashCreative.
|
String |
getFallbackImageName()
Gets the fallbackImageName value for this BaseFlashCreative.
|
String |
getFallbackPreviewUrl()
Gets the fallbackPreviewUrl value for this BaseFlashCreative.
|
Size |
getFlashAssetSize()
Gets the flashAssetSize value for this BaseFlashCreative.
|
byte[] |
getFlashByteArray()
Gets the flashByteArray value for this BaseFlashCreative.
|
String |
getFlashName()
Gets the flashName 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
|
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 |
setFallbackAssetSize(Size fallbackAssetSize)
Sets the fallbackAssetSize value for this BaseFlashCreative.
|
void |
setFallbackImageByteArray(byte[] fallbackImageByteArray)
Sets the fallbackImageByteArray value for this BaseFlashCreative.
|
void |
setFallbackImageName(String fallbackImageName)
Sets the fallbackImageName value for this BaseFlashCreative.
|
void |
setFallbackPreviewUrl(String fallbackPreviewUrl)
Sets the fallbackPreviewUrl value for this BaseFlashCreative.
|
void |
setFlashAssetSize(Size flashAssetSize)
Sets the flashAssetSize value for this BaseFlashCreative.
|
void |
setFlashByteArray(byte[] flashByteArray)
Sets the flashByteArray value for this BaseFlashCreative.
|
void |
setFlashName(String flashName)
Sets the flashName value for this BaseFlashCreative.
|
void |
setOverrideSize(Boolean overrideSize)
Sets the overrideSize value for this BaseFlashCreative.
|
getDestinationUrl, setDestinationUrlgetAdvertiserId, getAppliedLabels, getAppliedLabels, getCreativeType, getCustomFieldValues, getCustomFieldValues, getId, getLastModifiedDateTime, getName, getPreviewUrl, getSize, setAdvertiserId, setAppliedLabels, setAppliedLabels, setCreativeType, setCustomFieldValues, setCustomFieldValues, setId, setLastModifiedDateTime, setName, setPreviewUrl, setSizepublic BaseFlashCreative()
public BaseFlashCreative(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)
public String getFlashName()
public void setFlashName(String flashName)
flashName - * The name of the Flash asset. This attribute is required and
has a maximum
length of 248 characters.public byte[] getFlashByteArray()
flashByteArray will be null when the FlashCreative is retrieved. To view the Flash
image, use the previewUrl.public void setFlashByteArray(byte[] flashByteArray)
flashByteArray - * The contents of the Flash asset as a byte array. This attribute
is
required. The flashByteArray will be null when the FlashCreative is retrieved. To view the Flash
image, use the previewUrl.public String getFallbackImageName()
public void setFallbackImageName(String fallbackImageName)
fallbackImageName - * The name of the image asset to fallback on if the Flash creative
cannot be
loaded.public byte[] getFallbackImageByteArray()
fallbackImageByteArray will
be null when a
FlashCreative is retrieved. To view the
fallback image, use the
fallbackPreviewUrl.public void setFallbackImageByteArray(byte[] fallbackImageByteArray)
fallbackImageByteArray - * The contents of the fallback image asset as a byte array. This
attribute is
required. The fallbackImageByteArray will
be null when a
FlashCreative is retrieved. To view the
fallback image, use the
fallbackPreviewUrl.public 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 String getFallbackPreviewUrl()
public void setFallbackPreviewUrl(String fallbackPreviewUrl)
fallbackPreviewUrl - * The URL of the fallback image for preview. This attribute is
read-only and
is populated by Google.public Size getFlashAssetSize()
size if
overrideSize is set to true. This attribute
is read-only and is
populated by Google.public void setFlashAssetSize(Size flashAssetSize)
flashAssetSize - * The Flash asset size. Note that this may differ from size if
overrideSize is set to true. This attribute
is read-only and is
populated by Google.public Size getFallbackAssetSize()
size if
overrideSize is set to true. This attribute
is read-only and is
populated by Google.public void setFallbackAssetSize(Size fallbackAssetSize)
fallbackAssetSize - * Fallback image asset size. Note that this may differ from size if
overrideSize is set to true. This attribute
is read-only and is
populated by Google.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 © 2014. All Rights Reserved.