public class RichMediaVideoAsset extends RichMediaAsset implements Serializable
| Constructor and Description |
|---|
RichMediaVideoAsset() |
RichMediaVideoAsset(String fileName,
int fileSize,
long id,
long parentAssetId,
String type,
String progressiveUrl,
String streamingUrl) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getProgressiveUrl()
Gets the progressiveUrl value for this RichMediaVideoAsset.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getStreamingUrl()
Gets the streamingUrl value for this RichMediaVideoAsset.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setProgressiveUrl(String progressiveUrl)
Sets the progressiveUrl value for this RichMediaVideoAsset.
|
void |
setStreamingUrl(String streamingUrl)
Sets the streamingUrl value for this RichMediaVideoAsset.
|
getFileName, getFileSize, getId, getParentAssetId, getType, setFileName, setFileSize, setId, setParentAssetId, setTypepublic String getProgressiveUrl()
public void setProgressiveUrl(String progressiveUrl)
progressiveUrl - public String getStreamingUrl()
public void setStreamingUrl(String streamingUrl)
streamingUrl - public boolean equals(Object obj)
equals in class RichMediaAssetpublic int hashCode()
hashCode in class RichMediaAssetpublic 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.