Class BatchDeleteRecordRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.lcic.v20220817.models.BatchDeleteRecordRequest
-
public class BatchDeleteRecordRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description BatchDeleteRecordRequest()BatchDeleteRecordRequest(BatchDeleteRecordRequest 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 Long[]getRoomIds()Get 房间ID列表LonggetSdkAppId()Get 低代码互动课堂的SdkAppId。voidsetRoomIds(Long[] RoomIds)Set 房间ID列表voidsetSdkAppId(Long SdkAppId)Set 低代码互动课堂的SdkAppId。voidtoMap(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
-
BatchDeleteRecordRequest
public BatchDeleteRecordRequest()
-
BatchDeleteRecordRequest
public BatchDeleteRecordRequest(BatchDeleteRecordRequest 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
-
getRoomIds
public Long[] getRoomIds()
Get 房间ID列表- Returns:
- RoomIds 房间ID列表
-
setRoomIds
public void setRoomIds(Long[] RoomIds)
Set 房间ID列表- Parameters:
RoomIds- 房间ID列表
-
getSdkAppId
public Long getSdkAppId()
Get 低代码互动课堂的SdkAppId。- Returns:
- SdkAppId 低代码互动课堂的SdkAppId。
-
setSdkAppId
public void setSdkAppId(Long SdkAppId)
Set 低代码互动课堂的SdkAppId。- Parameters:
SdkAppId- 低代码互动课堂的SdkAppId。
-
-