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

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

public class PicUploadResult
extends JsonBean


Constructor Summary
PicUploadResult()
           
 
Method Summary
 String getAlbumId()
           
 Integer getHeight()
           
 String getLargeUrl()
           
 String getlLoc()
           
 String getsLoc()
           
 String getSmallUrl()
           
 Integer getWidth()
           
static PicUploadResult parse(org.json.JSONObject jsonObject)
           
 void setAlbumId(String albumId)
           
 void setHeight(Integer height)
           
 void setLargeUrl(String largeUrl)
           
 void setlLoc(String lLoc)
           
 void setsLoc(String sLoc)
           
 void setSmallUrl(String smallUrl)
           
 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

PicUploadResult

public PicUploadResult()
Method Detail

getAlbumId

public String getAlbumId()

setAlbumId

public void setAlbumId(String albumId)

getlLoc

public String getlLoc()

setlLoc

public void setlLoc(String lLoc)

getsLoc

public String getsLoc()

setsLoc

public void setsLoc(String sLoc)

getLargeUrl

public String getLargeUrl()

setLargeUrl

public void setLargeUrl(String largeUrl)

getSmallUrl

public String getSmallUrl()

setSmallUrl

public void setSmallUrl(String smallUrl)

getWidth

public Integer getWidth()

setWidth

public void setWidth(Integer width)

getHeight

public Integer getHeight()

setHeight

public void setHeight(Integer height)

parse

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


Copyright © 2014. All Rights Reserved.