com.google.api.ads.dfp.axis.v201208
Class RichMediaStudioChildAssetProperty

java.lang.Object
  extended by com.google.api.ads.dfp.axis.v201208.RichMediaStudioChildAssetProperty
All Implemented Interfaces:
Serializable

public class RichMediaStudioChildAssetProperty
extends Object
implements Serializable

Represents a child asset in RichMediaStudioCreative.

See Also:
Serialized Form

Constructor Summary
RichMediaStudioChildAssetProperty()
           
RichMediaStudioChildAssetProperty(String name, RichMediaStudioChildAssetPropertyType type, Long totalFileSize, Integer width, Integer height, String url)
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RichMediaStudioChildAssetProperty

public RichMediaStudioChildAssetProperty()

RichMediaStudioChildAssetProperty

public RichMediaStudioChildAssetProperty(String name,
                                         RichMediaStudioChildAssetPropertyType type,
                                         Long totalFileSize,
                                         Integer width,
                                         Integer height,
                                         String url)
Method Detail

getName

public String getName()
Gets the name value for this RichMediaStudioChildAssetProperty.

Returns:
name * The name of the asset as known by Rich Media Studio. This attribute is readonly.

setName

public void setName(String name)
Sets the name value for this RichMediaStudioChildAssetProperty.

Parameters:
name - * The name of the asset as known by Rich Media Studio. This attribute is readonly.

getType

public RichMediaStudioChildAssetPropertyType getType()
Gets the type value for this RichMediaStudioChildAssetProperty.

Returns:
type * Required file type of the asset. This attribute is readonly.

setType

public void setType(RichMediaStudioChildAssetPropertyType type)
Sets the type value for this RichMediaStudioChildAssetProperty.

Parameters:
type - * Required file type of the asset. This attribute is readonly.

getTotalFileSize

public Long getTotalFileSize()
Gets the totalFileSize value for this RichMediaStudioChildAssetProperty.

Returns:
totalFileSize * The total size of the asset in bytes. This attribute is readonly.

setTotalFileSize

public void setTotalFileSize(Long totalFileSize)
Sets the totalFileSize value for this RichMediaStudioChildAssetProperty.

Parameters:
totalFileSize - * The total size of the asset in bytes. This attribute is readonly.

getWidth

public Integer getWidth()
Gets the width value for this RichMediaStudioChildAssetProperty.

Returns:
width * Width of the widget in pixels. This attribute is readonly.

setWidth

public void setWidth(Integer width)
Sets the width value for this RichMediaStudioChildAssetProperty.

Parameters:
width - * Width of the widget in pixels. This attribute is readonly.

getHeight

public Integer getHeight()
Gets the height value for this RichMediaStudioChildAssetProperty.

Returns:
height * Height of the widget in pixels. This attribute is readonly.

setHeight

public void setHeight(Integer height)
Sets the height value for this RichMediaStudioChildAssetProperty.

Parameters:
height - * Height of the widget in pixels. This attribute is readonly.

getUrl

public String getUrl()
Gets the url value for this RichMediaStudioChildAssetProperty.

Returns:
url * The URL of the asset. This attribute is readonly.

setUrl

public void setUrl(String url)
Sets the url value for this RichMediaStudioChildAssetProperty.

Parameters:
url - * The URL of the asset. This attribute is readonly.

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2012. All Rights Reserved.