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

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

public class FanList
extends JsonBean


Constructor Summary
FanList()
           
 
Method Summary
 List<WeiboUser> getFans()
           
 Boolean getHasNext()
           
 Date getTimestamp()
           
static FanList parse(org.json.JSONObject jsonObject)
           
 void setFans(List<WeiboUser> fans)
           
 void setHasNext(Boolean hasNext)
           
 void setTimestamp(Date timestamp)
           
 
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

FanList

public FanList()
Method Detail

getTimestamp

public Date getTimestamp()

setTimestamp

public void setTimestamp(Date timestamp)

getHasNext

public Boolean getHasNext()

setHasNext

public void setHasNext(Boolean hasNext)

getFans

public List<WeiboUser> getFans()

setFans

public void setFans(List<WeiboUser> fans)

parse

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


Copyright © 2014. All Rights Reserved.