public class SwiffyFallbackAsset extends Object implements Serializable
| Constructor and Description |
|---|
SwiffyFallbackAsset() |
SwiffyFallbackAsset(CreativeAsset asset,
Html5Feature[] html5Features,
String[] localizedInfoMessages) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
CreativeAsset |
getAsset()
Gets the asset value for this SwiffyFallbackAsset.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Html5Feature[] |
getHtml5Features()
Gets the html5Features value for this SwiffyFallbackAsset.
|
Html5Feature |
getHtml5Features(int i) |
String[] |
getLocalizedInfoMessages()
Gets the localizedInfoMessages value for this SwiffyFallbackAsset.
|
String |
getLocalizedInfoMessages(int i) |
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 |
setAsset(CreativeAsset asset)
Sets the asset value for this SwiffyFallbackAsset.
|
void |
setHtml5Features(Html5Feature[] html5Features)
Sets the html5Features value for this SwiffyFallbackAsset.
|
void |
setHtml5Features(int i,
Html5Feature _value) |
void |
setLocalizedInfoMessages(int i,
String _value) |
void |
setLocalizedInfoMessages(String[] localizedInfoMessages)
Sets the localizedInfoMessages value for this SwiffyFallbackAsset.
|
public SwiffyFallbackAsset()
public SwiffyFallbackAsset(CreativeAsset asset, Html5Feature[] html5Features, String[] localizedInfoMessages)
public CreativeAsset getAsset()
public void setAsset(CreativeAsset asset)
asset - * The Swiffy asset.public Html5Feature[] getHtml5Features()
HTML5 features required to play
this Swiffy fallback
asset correctly.public void setHtml5Features(Html5Feature[] html5Features)
html5Features - * A list of HTML5 features required to play
this Swiffy fallback
asset correctly.public Html5Feature getHtml5Features(int i)
public void setHtml5Features(int i,
Html5Feature _value)
public String[] getLocalizedInfoMessages()
public void setLocalizedInfoMessages(String[] localizedInfoMessages)
localizedInfoMessages - * A list of localized messages that give detailed information
about the Swiffy
conversion. Does not contain error or warning messages.public String getLocalizedInfoMessages(int i)
public void setLocalizedInfoMessages(int i,
String _value)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2013. All Rights Reserved.