|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.api.adwords.v10.Image
public class Image
Constructor Summary | |
---|---|
Image()
|
|
Image(byte[] data,
java.lang.Integer height,
java.lang.String imageUrl,
java.lang.String mimeType,
java.lang.String name,
java.lang.String thumbnailUrl,
ImageType type,
java.lang.Integer width)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
byte[] |
getData()
Gets the data value for this Image. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
java.lang.Integer |
getHeight()
Gets the height value for this Image. |
java.lang.String |
getImageUrl()
Gets the imageUrl value for this Image. |
java.lang.String |
getMimeType()
Gets the mimeType value for this Image. |
java.lang.String |
getName()
Gets the name value for this Image. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
java.lang.String |
getThumbnailUrl()
Gets the thumbnailUrl value for this Image. |
ImageType |
getType()
Gets the type value for this Image. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
java.lang.Integer |
getWidth()
Gets the width value for this Image. |
int |
hashCode()
|
void |
setData(byte[] data)
Sets the data value for this Image. |
void |
setHeight(java.lang.Integer height)
Sets the height value for this Image. |
void |
setImageUrl(java.lang.String imageUrl)
Sets the imageUrl value for this Image. |
void |
setMimeType(java.lang.String mimeType)
Sets the mimeType value for this Image. |
void |
setName(java.lang.String name)
Sets the name value for this Image. |
void |
setThumbnailUrl(java.lang.String thumbnailUrl)
Sets the thumbnailUrl value for this Image. |
void |
setType(ImageType type)
Sets the type value for this Image. |
void |
setWidth(java.lang.Integer width)
Sets the width value for this Image. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Image()
public Image(byte[] data, java.lang.Integer height, java.lang.String imageUrl, java.lang.String mimeType, java.lang.String name, java.lang.String thumbnailUrl, ImageType type, java.lang.Integer width)
Method Detail |
---|
public byte[] getData()
public void setData(byte[] data)
data
- public java.lang.Integer getHeight()
public void setHeight(java.lang.Integer height)
height
- public java.lang.String getImageUrl()
public void setImageUrl(java.lang.String imageUrl)
imageUrl
- public java.lang.String getMimeType()
public void setMimeType(java.lang.String mimeType)
mimeType
- public java.lang.String getName()
public void setName(java.lang.String name)
name
- public java.lang.String getThumbnailUrl()
public void setThumbnailUrl(java.lang.String thumbnailUrl)
thumbnailUrl
- public ImageType getType()
public void setType(ImageType type)
type
- public java.lang.Integer getWidth()
public void setWidth(java.lang.Integer width)
width
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |