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

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

public class RepostList
extends JsonBean


Constructor Summary
RepostList()
           
 
Method Summary
 Boolean getHasNext()
           
 Date getTimestamp()
           
 Integer getTotalNum()
           
 List<TweetInfo> getTweets()
           
static RepostList parse(org.json.JSONObject jsonObject)
           
 void setHasNext(Boolean hasNext)
           
 void setTimestamp(Date timestamp)
           
 void setTotalNum(Integer totalNum)
           
 void setTweets(List<TweetInfo> tweets)
           
 
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

RepostList

public RepostList()
Method Detail

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.