|
||||||||||
| 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.Size
public class Size
Represents the dimensions of AdUnits, LineItems and Creatives.
For interstitial size (out-of-page), Size must be 1x1.
| Constructor Summary | |
|---|---|
Size()
|
|
Size(Integer width,
Integer height,
Boolean isAspectRatio)
|
|
| 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 Size. |
Boolean |
getIsAspectRatio()
Gets the isAspectRatio value for this Size. |
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 |
Integer |
getWidth()
Gets the width value for this Size. |
int |
hashCode()
|
void |
setHeight(Integer height)
Sets the height value for this Size. |
void |
setIsAspectRatio(Boolean isAspectRatio)
Sets the isAspectRatio value for this Size. |
void |
setWidth(Integer width)
Sets the width value for this Size. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Size()
public Size(Integer width,
Integer height,
Boolean isAspectRatio)
| Method Detail |
|---|
public Integer getWidth()
public void setWidth(Integer width)
width - * The width of the AdUnit, LineItem or Creative.public Integer getHeight()
public void setHeight(Integer height)
height - * The height of the AdUnit, LineItem or Creative.public Boolean getIsAspectRatio()
public void setIsAspectRatio(Boolean isAspectRatio)
isAspectRatio - * True if this size represents an aspect ratio, false otherwise.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 | |||||||||