- java.lang.Object
-
- net.bis5.mattermost.client4.model.FileUploadResult
-
public class FileUploadResult extends Object
File upload result.
-
-
Constructor Summary
Constructors Constructor Description FileUploadResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)String[]getClientIds()FileInfo[]getFileInfos()inthashCode()voidsetClientIds(String[] clientIds)voidsetFileInfos(FileInfo[] fileInfos)StringtoString()
-