public class File extends Object
| 构造器和说明 |
|---|
File() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getAgentid() |
FileEntity |
getFile() |
String |
getMsgtype() |
String |
getSafe() |
String |
getToparty() |
String |
getTotag() |
String |
getTouser() |
void |
setAgentid(int agentid) |
void |
setFile(FileEntity file) |
void |
setMsgtype(String msgtype) |
void |
setSafe(String safe) |
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 FileEntity getFile()
public void setFile(FileEntity file)
public String getSafe()
public void setSafe(String safe)
Copyright © 2022. All rights reserved.