public class News extends Object
| 构造器和说明 |
|---|
News() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getAgentid() |
String |
getMsgtype() |
NewsEntity |
getNews() |
String |
getToparty() |
String |
getTotag() |
String |
getTouser() |
void |
setAgentid(int agentid) |
void |
setMsgtype(String msgtype) |
void |
setNews(NewsEntity news) |
void |
setToparty(String toparty) |
void |
setTotag(String totag) |
void |
setTouser(String touser) |
public String getTouser()
public void setTouser(String touser)
public String getToparty()
public void setToparty(String toparty)
public String getTotag()
public void setTotag(String totag)
public String getMsgtype()
public void setMsgtype(String msgtype)
public int getAgentid()
public void setAgentid(int agentid)
public NewsEntity getNews()
public void setNews(NewsEntity news)
Copyright © 2022. All rights reserved.