Class BatchCreateRoomRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.lcic.v20220817.models.BatchCreateRoomRequest
-
public class BatchCreateRoomRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description BatchCreateRoomRequest()
BatchCreateRoomRequest(BatchCreateRoomRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RoomInfo[]
getRoomInfos()
Get 创建房间ID列表Long
getSdkAppId()
Get 低代码平台的SdkAppId。void
setRoomInfos(RoomInfo[] RoomInfos)
Set 创建房间ID列表void
setSdkAppId(Long SdkAppId)
Set 低代码平台的SdkAppId。void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
BatchCreateRoomRequest
public BatchCreateRoomRequest()
-
BatchCreateRoomRequest
public BatchCreateRoomRequest(BatchCreateRoomRequest 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.
-
-
Method Detail
-
getSdkAppId
public Long getSdkAppId()
Get 低代码平台的SdkAppId。- Returns:
- SdkAppId 低代码平台的SdkAppId。
-
setSdkAppId
public void setSdkAppId(Long SdkAppId)
Set 低代码平台的SdkAppId。- Parameters:
SdkAppId
- 低代码平台的SdkAppId。
-
getRoomInfos
public RoomInfo[] getRoomInfos()
Get 创建房间ID列表- Returns:
- RoomInfos 创建房间ID列表
-
setRoomInfos
public void setRoomInfos(RoomInfo[] RoomInfos)
Set 创建房间ID列表- Parameters:
RoomInfos
- 创建房间ID列表
-
-