public class DownloadFileRequest
extends Object
implements Serializable
| Constructor and Description |
|---|
DownloadFileRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
DownloadFileRequest |
fileId(String fileId) |
String |
getFileId()
Get fileId
|
int |
hashCode() |
void |
setFileId(String fileId) |
String |
toString() |
public DownloadFileRequest fileId(String fileId)
public String getFileId()
public void setFileId(String fileId)
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object