public class CreativeAssetSaveResult extends Object implements Serializable
| Constructor and Description |
|---|
CreativeAssetSaveResult() |
CreativeAssetSaveResult(FlashClickTag[] clickTags,
int flashVersion,
Dimensions frameSize,
String savedFilename,
Size size,
String url) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
FlashClickTag[] |
getClickTags()
Gets the clickTags value for this CreativeAssetSaveResult.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
int |
getFlashVersion()
Gets the flashVersion value for this CreativeAssetSaveResult.
|
Dimensions |
getFrameSize()
Gets the frameSize value for this CreativeAssetSaveResult.
|
String |
getSavedFilename()
Gets the savedFilename value for this CreativeAssetSaveResult.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
Size |
getSize()
Gets the size value for this CreativeAssetSaveResult.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getUrl()
Gets the url value for this CreativeAssetSaveResult.
|
int |
hashCode() |
void |
setClickTags(FlashClickTag[] clickTags)
Sets the clickTags value for this CreativeAssetSaveResult.
|
void |
setFlashVersion(int flashVersion)
Sets the flashVersion value for this CreativeAssetSaveResult.
|
void |
setFrameSize(Dimensions frameSize)
Sets the frameSize value for this CreativeAssetSaveResult.
|
void |
setSavedFilename(String savedFilename)
Sets the savedFilename value for this CreativeAssetSaveResult.
|
void |
setSize(Size size)
Sets the size value for this CreativeAssetSaveResult.
|
void |
setUrl(String url)
Sets the url value for this CreativeAssetSaveResult.
|
public CreativeAssetSaveResult()
public CreativeAssetSaveResult(FlashClickTag[] clickTags, int flashVersion, Dimensions frameSize, String savedFilename, Size size, String url)
public FlashClickTag[] getClickTags()
public void setClickTags(FlashClickTag[] clickTags)
clickTags - public int getFlashVersion()
public void setFlashVersion(int flashVersion)
flashVersion - public Dimensions getFrameSize()
public void setFrameSize(Dimensions frameSize)
frameSize - public String getSavedFilename()
public void setSavedFilename(String savedFilename)
savedFilename - public Size getSize()
public void setSize(Size size)
size - public String getUrl()
public void setUrl(String url)
url - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.