|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.dfp.axis.v201208.RichMediaStudioChildAssetProperty
public class RichMediaStudioChildAssetProperty
Represents a child asset in RichMediaStudioCreative.
| 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 |
|---|
public RichMediaStudioChildAssetProperty()
public RichMediaStudioChildAssetProperty(String name,
RichMediaStudioChildAssetPropertyType type,
Long totalFileSize,
Integer width,
Integer height,
String url)
| Method Detail |
|---|
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 boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||