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

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

public class NewT
extends JsonBean

新发布的微博的返回信息


Constructor Summary
NewT()
           
 
Method Summary
 Long getId()
           
 String getImgUrl()
           
 Date getTime()
           
static NewT parse(org.json.JSONObject jsonObject)
           
 void setId(Long id)
           
 void setImgUrl(String imgUrl)
           
 void setTime(Date time)
           
 
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

NewT

public NewT()
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getTime

public Date getTime()

setTime

public void setTime(Date time)

getImgUrl

public String getImgUrl()

setImgUrl

public void setImgUrl(String imgUrl)

parse

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


Copyright © 2014. All Rights Reserved.