public class UnblockKickedUserRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| UnblockKickedUserRequest() | 
| UnblockKickedUserRequest(UnblockKickedUserRequest 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。 | 
| String | getUserId()Get 需要解禁踢出的成员Id。 | 
| void | setRoomId(Long RoomId)Set 课堂Id。 | 
| void | setSdkAppId(Long SdkAppId)Set 低代码平台的SdkAppId。 | 
| void | setUserId(String UserId)Set 需要解禁踢出的成员Id。 | 
| 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 UnblockKickedUserRequest()
public UnblockKickedUserRequest(UnblockKickedUserRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId - 低代码平台的SdkAppId。public Long getRoomId()
public void setRoomId(Long RoomId)
RoomId - 课堂Id。public String getUserId()
public void setUserId(String UserId)
UserId - 需要解禁踢出的成员Id。Copyright © 2025. All rights reserved.