public class BtnDownloadFileEventMessage extends Object
| 构造器和说明 |
|---|
BtnDownloadFileEventMessage() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getCode() |
String |
getDownloadFile() |
String |
getFileKey() |
String |
getFromNodeId() |
String |
getToNodeId() |
void |
setCode(int code) |
void |
setDownloadFile(String downloadFile) |
void |
setFileKey(String fileKey) |
void |
setFromNodeId(String fromNodeId) |
void |
setToNodeId(String toNodeId) |
public int getCode()
public void setCode(int code)
public String getFileKey()
public void setFileKey(String fileKey)
public String getDownloadFile()
public void setDownloadFile(String downloadFile)
public String getFromNodeId()
public void setFromNodeId(String fromNodeId)
public String getToNodeId()
public void setToNodeId(String toNodeId)
Copyright © 2022. All rights reserved.