Uses of Class
com.tencentcloudapi.gme.v20180711.models.DeleteResult
-
Packages that use DeleteResult Package Description com.tencentcloudapi.gme.v20180711.models -
-
Uses of DeleteResult in com.tencentcloudapi.gme.v20180711.models
Methods in com.tencentcloudapi.gme.v20180711.models that return DeleteResult Modifier and Type Method Description DeleteResultDeleteRoomMemberResponse. getDeleteResult()Get 剔除房间或成员的操作结果Methods in com.tencentcloudapi.gme.v20180711.models with parameters of type DeleteResult Modifier and Type Method Description voidDeleteRoomMemberResponse. setDeleteResult(DeleteResult DeleteResult)Set 剔除房间或成员的操作结果Constructors in com.tencentcloudapi.gme.v20180711.models with parameters of type DeleteResult Constructor Description DeleteResult(DeleteResult source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-