public class NotifyInfo extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
int |
nextpage |
List<NotifyItem> |
notifyItems |
| 构造器和说明 |
|---|
NotifyInfo() |
NotifyInfo(int nextpage,
List<NotifyItem> notifyItems) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
int |
getNextpage() |
List<NotifyItem> |
getNotifyItems() |
int |
hashCode() |
void |
readFrom(TarsInputStream _is) |
void |
setNextpage(int nextpage) |
void |
setNotifyItems(List<NotifyItem> notifyItems) |
void |
writeTo(TarsOutputStream _os) |
public int nextpage
public List<NotifyItem> notifyItems
public NotifyInfo()
public NotifyInfo(int nextpage,
List<NotifyItem> notifyItems)
public int getNextpage()
public void setNextpage(int nextpage)
public List<NotifyItem> getNotifyItems()
public void setNotifyItems(List<NotifyItem> notifyItems)
public void writeTo(TarsOutputStream _os)
public void readFrom(TarsInputStream _is)
Copyright © 2020. All Rights Reserved.