public class RichMediaStudioChildAssetProperty extends Object implements Serializable
RichMediaStudioCreative.| Constructor and Description |
|---|
RichMediaStudioChildAssetProperty() |
RichMediaStudioChildAssetProperty(String name,
RichMediaStudioChildAssetPropertyType type,
Long totalFileSize,
Integer width,
Integer height,
String url) |
| 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
|
Integer |
getHeight()
Gets the height value for this RichMediaStudioChildAssetProperty.
|
String |
getName()
Gets the name value for this RichMediaStudioChildAssetProperty.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
Long |
getTotalFileSize()
Gets the totalFileSize value for this RichMediaStudioChildAssetProperty.
|
RichMediaStudioChildAssetPropertyType |
getType()
Gets the type value for this RichMediaStudioChildAssetProperty.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getUrl()
Gets the url value for this RichMediaStudioChildAssetProperty.
|
Integer |
getWidth()
Gets the width value for this RichMediaStudioChildAssetProperty.
|
int |
hashCode() |
void |
setHeight(Integer height)
Sets the height value for this RichMediaStudioChildAssetProperty.
|
void |
setName(String name)
Sets the name value for this RichMediaStudioChildAssetProperty.
|
void |
setTotalFileSize(Long totalFileSize)
Sets the totalFileSize value for this RichMediaStudioChildAssetProperty.
|
void |
setType(RichMediaStudioChildAssetPropertyType type)
Sets the type value for this RichMediaStudioChildAssetProperty.
|
void |
setUrl(String url)
Sets the url value for this RichMediaStudioChildAssetProperty.
|
void |
setWidth(Integer width)
Sets the width value for this RichMediaStudioChildAssetProperty.
|
public String getName()
public void setName(String name)
name - * The name of the asset as known by Rich Media Studio. This attribute
is readonly.public RichMediaStudioChildAssetPropertyType getType()
public void setType(RichMediaStudioChildAssetPropertyType type)
type - * Required file type of the asset. This attribute is readonly.public Long getTotalFileSize()
public void setTotalFileSize(Long totalFileSize)
totalFileSize - * The total size of the asset in bytes. This attribute is readonly.public Integer getWidth()
public void setWidth(Integer width)
width - * Width of the widget in pixels. This attribute is readonly.public Integer getHeight()
public void setHeight(Integer height)
height - * Height of the widget in pixels. This attribute is readonly.public String getUrl()
public void setUrl(String url)
url - * The URL of the asset. This attribute is readonly.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.