public class FileAssignmentDto
extends Object
| Constructor and Description |
|---|
FileAssignmentDto() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
FileAssignmentDto |
fileId(String fileId)
return FileAssignmentDto instance initialized with provided File Id
|
String |
getFileId()
The id of the file to be assigned
|
int |
hashCode() |
void |
setFileId(String fileId) |
String |
toString() |
public FileAssignmentDto fileId(String fileId)
fileId - Unique File Idpublic 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