- java.lang.Object
-
- net.bis5.mattermost.model.FileUploadResponse
-
public class FileUploadResponse extends Object
File upload response.- Author:
- Takayuki Maruyama
-
-
Constructor Summary
Constructors Constructor Description FileUploadResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)List<String>getClientIds()List<FileInfo>getFileInfos()inthashCode()voidsetClientIds(List<String> clientIds)voidsetFileInfos(List<FileInfo> fileInfos)StringtoString()
-
-
-
Method Detail
-
canEqual
protected boolean canEqual(Object other)
-
-