类 EMGroupShareFileResource
java.lang.Object
com.easemob.im.api.model.EMGroupShareFileResource
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-01-25T14:51:53.998371+08:00[Asia/Shanghai]")
public class EMGroupShareFileResource
extends Object
EMGroupShareFileResource
-
嵌套类概要
嵌套类 -
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明created(BigDecimal created) booleanfileSize(BigDecimal fileSize) static EMGroupShareFileResourceCreate an instance of EMGroupShareFileResource given an JSON string上传群组共享文件的时间群组共享文件的 ID,若要下载或删除该文件需要使用该参数群组共享文件名称上传群组共享文件的用户 ID群组共享文件大小,单位为字节群组 IDinthashCode()voidsetCreated(BigDecimal created) voidvoidsetFileName(String fileName) voidsetFileOwner(String fileOwner) voidsetFileSize(BigDecimal fileSize) voidsetGroupId(String groupId) toJson()Convert an instance of EMGroupShareFileResource to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
字段详细资料
-
构造器详细资料
-
EMGroupShareFileResource
public EMGroupShareFileResource()
-
-
方法详细资料
-
groupId
-
getGroupId
群组 ID- 返回:
- groupId
-
setGroupId
-
fileId
-
getFileId
群组共享文件的 ID,若要下载或删除该文件需要使用该参数- 返回:
- fileId
-
setFileId
-
fileName
-
getFileName
群组共享文件名称- 返回:
- fileName
-
setFileName
-
fileOwner
-
getFileOwner
上传群组共享文件的用户 ID- 返回:
- fileOwner
-
setFileOwner
-
fileSize
-
getFileSize
群组共享文件大小,单位为字节- 返回:
- fileSize
-
setFileSize
-
created
-
getCreated
上传群组共享文件的时间- 返回:
- created
-
setCreated
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- 参数:
jsonElement- JSON Element- 抛出:
IOException- if the JSON Element is invalid with respect to EMGroupShareFileResource
-
fromJson
Create an instance of EMGroupShareFileResource given an JSON string- 参数:
jsonString- JSON string- 返回:
- An instance of EMGroupShareFileResource
- 抛出:
IOException- if the JSON string is invalid with respect to EMGroupShareFileResource
-
toJson
Convert an instance of EMGroupShareFileResource to an JSON string- 返回:
- JSON string
-