Uses of Class
com.tencentcloudapi.lcic.v20220817.models.RoomItem
-
Packages that use RoomItem Package Description com.tencentcloudapi.lcic.v20220817.models -
-
Uses of RoomItem in com.tencentcloudapi.lcic.v20220817.models
Methods in com.tencentcloudapi.lcic.v20220817.models that return RoomItem Modifier and Type Method Description RoomItem[]GetRoomsResponse. getRooms()Get 房间列表Methods in com.tencentcloudapi.lcic.v20220817.models with parameters of type RoomItem Modifier and Type Method Description voidGetRoomsResponse. setRooms(RoomItem[] Rooms)Set 房间列表Constructors in com.tencentcloudapi.lcic.v20220817.models with parameters of type RoomItem Constructor Description RoomItem(RoomItem 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.
-