public class RichMediaMobileInAppAsset extends RichMediaHtmlAsset implements Serializable
| Constructor and Description |
|---|
RichMediaMobileInAppAsset() |
RichMediaMobileInAppAsset(String fileName,
int fileSize,
long id,
long parentAssetId,
String type,
String creativeFormat,
int height,
int width,
RichMediaImageAsset alternateImageAsset,
boolean transparent) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
RichMediaImageAsset |
getAlternateImageAsset()
Gets the alternateImageAsset value for this RichMediaMobileInAppAsset.
|
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
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
boolean |
isTransparent()
Gets the transparent value for this RichMediaMobileInAppAsset.
|
void |
setAlternateImageAsset(RichMediaImageAsset alternateImageAsset)
Sets the alternateImageAsset value for this RichMediaMobileInAppAsset.
|
void |
setTransparent(boolean transparent)
Sets the transparent value for this RichMediaMobileInAppAsset.
|
getCreativeFormat, getHeight, getWidth, setCreativeFormat, setHeight, setWidthgetFileName, getFileSize, getId, getParentAssetId, getType, setFileName, setFileSize, setId, setParentAssetId, setTypepublic RichMediaMobileInAppAsset()
public RichMediaMobileInAppAsset(String fileName, int fileSize, long id, long parentAssetId, String type, String creativeFormat, int height, int width, RichMediaImageAsset alternateImageAsset, boolean transparent)
public RichMediaImageAsset getAlternateImageAsset()
public void setAlternateImageAsset(RichMediaImageAsset alternateImageAsset)
alternateImageAsset - public boolean isTransparent()
public void setTransparent(boolean transparent)
transparent - public boolean equals(Object obj)
equals in class RichMediaHtmlAssetpublic int hashCode()
hashCode in class RichMediaHtmlAssetpublic 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.