com.belerweb.social.qq.connect.bean
Class Image

java.lang.Object
  extended by com.belerweb.social.bean.JsonBean
      extended by com.belerweb.social.qq.connect.bean.Image

public class Image
extends JsonBean


Constructor Summary
Image()
           
 
Method Summary
 Integer getHeight()
           
 String getUrl()
           
 Integer getWidth()
           
static Image parse(org.json.JSONObject jsonObject)
           
 void setHeight(Integer height)
           
 void setUrl(String url)
           
 void setWidth(Integer width)
           
 
Methods inherited from class com.belerweb.social.bean.JsonBean
getJsonObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Image

public Image()
Method Detail

getUrl

public String getUrl()

setUrl

public void setUrl(String url)

getWidth

public Integer getWidth()

setWidth

public void setWidth(Integer width)

getHeight

public Integer getHeight()

setHeight

public void setHeight(Integer height)

parse

public static Image parse(org.json.JSONObject jsonObject)


Copyright © 2014. All Rights Reserved.