Uses of Class
com.tencentcloudapi.tiw.v20190919.models.UserListItem
-
Packages that use UserListItem Package Description com.tencentcloudapi.tiw.v20190919.models -
-
Uses of UserListItem in com.tencentcloudapi.tiw.v20190919.models
Methods in com.tencentcloudapi.tiw.v20190919.models that return UserListItem Modifier and Type Method Description UserListItem[]DescribeUserListResponse. getUserList()Get 房间内的用户列表Methods in com.tencentcloudapi.tiw.v20190919.models with parameters of type UserListItem Modifier and Type Method Description voidDescribeUserListResponse. setUserList(UserListItem[] UserList)Set 房间内的用户列表Constructors in com.tencentcloudapi.tiw.v20190919.models with parameters of type UserListItem Constructor Description UserListItem(UserListItem 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.
-