com.belerweb.social.weibo.bean
Class Visible
java.lang.Object
com.belerweb.social.bean.JsonBean
com.belerweb.social.weibo.bean.Visible
public class Visible
- extends JsonBean
微博的可见性及指定可见分组信息
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Visible
public Visible()
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.