com.belerweb.social.qq.connect.bean
Class RepostList
java.lang.Object
com.belerweb.social.bean.JsonBean
com.belerweb.social.qq.connect.bean.RepostList
public class RepostList
- extends JsonBean
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RepostList
public RepostList()
getTimestamp
public Date getTimestamp()
setTimestamp
public void setTimestamp(Date timestamp)
getHasNext
public Boolean getHasNext()
setHasNext
public void setHasNext(Boolean hasNext)
getTotalNum
public Integer getTotalNum()
setTotalNum
public void setTotalNum(Integer totalNum)
getTweets
public List<TweetInfo> getTweets()
setTweets
public void setTweets(List<TweetInfo> tweets)
parse
public static RepostList parse(org.json.JSONObject jsonObject)
Copyright © 2014. All Rights Reserved.