public class DeleteRecordRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeleteRecordRequest() |
DeleteRecordRequest(DeleteRecordRequest 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 |
---|---|
Long |
getRoomId()
Get 房间Id。
|
Long |
getSdkAppId()
Get 低代码互动课堂的SdkAppId。
|
void |
setRoomId(Long RoomId)
Set 房间Id。
|
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, toJsonString
public DeleteRecordRequest()
public DeleteRecordRequest(DeleteRecordRequest source)
public Long getRoomId()
public void setRoomId(Long RoomId)
RoomId
- 房间Id。public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- 低代码互动课堂的SdkAppId。Copyright © 2024. All rights reserved.