|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.adwords.v201109.cm.Dimensions
public class Dimensions
Represents a simple height-width dimension.
| Constructor Summary | |
|---|---|
Dimensions()
|
|
Dimensions(Integer width,
Integer height)
|
|
| 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 Dimensions. |
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 Dimensions. |
int |
hashCode()
|
void |
setHeight(Integer height)
Sets the height value for this Dimensions. |
void |
setWidth(Integer width)
Sets the width value for this Dimensions. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Dimensions()
public Dimensions(Integer width,
Integer height)
| Method Detail |
|---|
public Integer getWidth()
null.public void setWidth(Integer width)
width - * Width of the dimension
This field can
be selected using the value "Width".This field can be filtered on.
This field is required
and should not be null.public Integer getHeight()
null.public void setHeight(Integer height)
height - * Height of the dimension
This field can
be selected using the value "Height".This field can be filtered on.
This field is required
and should not be null.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 | |||||||||