public class BatchCreateRoomRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
RoomInfo[] |
getRoomInfos()
Get The information of the rooms to create.
|
Long |
getSdkAppId()
Get The SDKAppID assigned by LCIC.
|
void |
setRoomInfos(RoomInfo[] RoomInfos)
Set The information of the rooms to create.
|
void |
setSdkAppId(Long SdkAppId)
Set The SDKAppID assigned by LCIC.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public BatchCreateRoomRequest()
public BatchCreateRoomRequest(BatchCreateRoomRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- The SDKAppID assigned by LCIC.public RoomInfo[] getRoomInfos()
public void setRoomInfos(RoomInfo[] RoomInfos)
RoomInfos
- The information of the rooms to create.Copyright © 2023. All rights reserved.