public class DownloadFileRequest
extends Object
| Constructor and Description |
|---|
DownloadFileRequest() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getFileKey()
The identifier of the file to download (required).
|
int |
hashCode() |
DownloadFileRequest |
setFileKey(String fileKey)
The identifier of the file to download (required).
|
String |
toString() |
public String getFileKey()
public DownloadFileRequest setFileKey(String fileKey)
this.public boolean equals(Object o)
equals in class Objectprotected boolean canEqual(Object other)
public int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object