public class RichMediaInPageHtmlAsset extends RichMediaHtmlAsset implements Serializable
| Constructor and Description |
|---|
RichMediaInPageHtmlAsset() |
RichMediaInPageHtmlAsset(String fileName,
int fileSize,
long id,
long parentAssetId,
String type,
String creativeFormat,
int height,
int width,
RichMediaImageAsset alternateImageAsset) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
RichMediaImageAsset |
getAlternateImageAsset()
Gets the alternateImageAsset value for this RichMediaInPageHtmlAsset.
|
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() |
void |
setAlternateImageAsset(RichMediaImageAsset alternateImageAsset)
Sets the alternateImageAsset value for this RichMediaInPageHtmlAsset.
|
getCreativeFormat, getHeight, getWidth, setCreativeFormat, setHeight, setWidthgetFileName, getFileSize, getId, getParentAssetId, getType, setFileName, setFileSize, setId, setParentAssetId, setTypepublic RichMediaInPageHtmlAsset()
public RichMediaInPageHtmlAsset(String fileName, int fileSize, long id, long parentAssetId, String type, String creativeFormat, int height, int width, RichMediaImageAsset alternateImageAsset)
public RichMediaImageAsset getAlternateImageAsset()
public void setAlternateImageAsset(RichMediaImageAsset alternateImageAsset)
alternateImageAsset - 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.