public class Video extends Object
| 构造器和说明 |
|---|
Video() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getAgentid() |
String |
getMsgtype() |
String |
getSafe() |
String |
getToparty() |
String |
getTotag() |
String |
getTouser() |
VideoEntity |
getVideo() |
void |
setAgentid(int agentid) |
void |
setMsgtype(String msgtype) |
void |
setSafe(String safe) |
void |
setToparty(String toparty) |
void |
setTotag(String totag) |
void |
setTouser(String touser) |
void |
setVideo(VideoEntity video) |
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 VideoEntity getVideo()
public void setVideo(VideoEntity video)
public String getSafe()
public void setSafe(String safe)
Copyright © 2022. All rights reserved.