com.belerweb.social.weibo.bean
Class Visible

java.lang.Object
  extended by com.belerweb.social.bean.JsonBean
      extended by com.belerweb.social.weibo.bean.Visible

public class Visible
extends JsonBean

微博的可见性及指定可见分组信息


Constructor Summary
Visible()
           
 
Method Summary
 Integer getListId()
          分组的组号
 Integer getType()
          0:普通微博,1:私密微博,3:指定分组微博,4:密友微博
static Visible parse(org.json.JSONObject jsonObject)
           
 void setListId(Integer listId)
           
 void setType(Integer type)
           
 
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

Visible

public Visible()
Method Detail

getType

public Integer getType()
0:普通微博,1:私密微博,3:指定分组微博,4:密友微博


setType

public void setType(Integer type)

getListId

public Integer getListId()
分组的组号


setListId

public void setListId(Integer listId)

parse

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


Copyright © 2014. All Rights Reserved.