com.belerweb.social.weibo.bean
Class Remind

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

public class Remind
extends JsonBean

消息未读数


Constructor Summary
Remind()
           
 
Method Summary
 Integer getBadge()
          新勋章数
 Integer getCmt()
          新评论数
 Integer getDm()
          新私信数
 Integer getFollower()
          新粉丝数
 Integer getGroup()
          微群消息未读数
 Integer getInvite()
          新邀请未读数
 Integer getMentionCmt()
          新提及我的评论数
 Integer getMentionStatus()
          新提及我的微博数
 Integer getMsgbox()
          消息未读数
 Integer getNotice()
          新通知未读数
 Integer getPhoto()
          相册消息未读数
 Integer getPrivateGroup()
          私有微群消息未读数
 Integer getStatus()
          新微博未读数
static Remind parse(org.json.JSONObject jsonObject)
           
 void setBadge(Integer badge)
           
 void setCmt(Integer cmt)
           
 void setDm(Integer dm)
           
 void setFollower(Integer follower)
           
 void setGroup(Integer group)
           
 void setInvite(Integer invite)
           
 void setMentionCmt(Integer mentionCmt)
           
 void setMentionStatus(Integer mentionStatus)
           
 void setMsgbox(Integer msgbox)
           
 void setNotice(Integer notice)
           
 void setPhoto(Integer photo)
           
 void setPrivateGroup(Integer privateGroup)
           
 void setStatus(Integer status)
           
 
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

Remind

public Remind()
Method Detail

getStatus

public Integer getStatus()
新微博未读数


setStatus

public void setStatus(Integer status)

getFollower

public Integer getFollower()
新粉丝数


setFollower

public void setFollower(Integer follower)

getCmt

public Integer getCmt()
新评论数


setCmt

public void setCmt(Integer cmt)

getDm

public Integer getDm()
新私信数


setDm

public void setDm(Integer dm)

getMentionStatus

public Integer getMentionStatus()
新提及我的微博数


setMentionStatus

public void setMentionStatus(Integer mentionStatus)

getMentionCmt

public Integer getMentionCmt()
新提及我的评论数


setMentionCmt

public void setMentionCmt(Integer mentionCmt)

getGroup

public Integer getGroup()
微群消息未读数


setGroup

public void setGroup(Integer group)

getPrivateGroup

public Integer getPrivateGroup()
私有微群消息未读数


setPrivateGroup

public void setPrivateGroup(Integer privateGroup)

getNotice

public Integer getNotice()
新通知未读数


setNotice

public void setNotice(Integer notice)

getInvite

public Integer getInvite()
新邀请未读数


setInvite

public void setInvite(Integer invite)

getBadge

public Integer getBadge()
新勋章数


setBadge

public void setBadge(Integer badge)

getPhoto

public Integer getPhoto()
相册消息未读数


setPhoto

public void setPhoto(Integer photo)

getMsgbox

public Integer getMsgbox()
消息未读数


setMsgbox

public void setMsgbox(Integer msgbox)

parse

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


Copyright © 2014. All Rights Reserved.