public class BatchCreateRoomRequest extends AbstractModel
header, skipSign| 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 批量创建课堂的配置信息 | 
| Long | getSdkAppId()Get 低代码平台的SdkAppId。 | 
| void | setRoomInfos(RoomInfo[] RoomInfos)Set 批量创建课堂的配置信息 | 
| void | setSdkAppId(Long SdkAppId)Set 低代码平台的SdkAppId。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic BatchCreateRoomRequest()
public BatchCreateRoomRequest(BatchCreateRoomRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId - 低代码平台的SdkAppId。public RoomInfo[] getRoomInfos()
public void setRoomInfos(RoomInfo[] RoomInfos)
RoomInfos - 批量创建课堂的配置信息Copyright © 2025. All rights reserved.