public class FileUploadResponse extends Object
| Constructor and Description |
|---|
FileUploadResponse() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<String> |
getClientIds() |
List<FileInfo> |
getFileInfos() |
int |
hashCode() |
void |
setClientIds(List<String> clientIds) |
void |
setFileInfos(List<FileInfo> fileInfos) |
String |
toString() |
protected boolean canEqual(Object other)
Copyright © 2019. All rights reserved.