public class SetUserBlockedRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
SetUserBlockedRequest()  | 
SetUserBlockedRequest(SetUserBlockedRequest 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 | 
getIsMute()
Get Controls the activation state of audio and video. 
 | 
Long | 
getRoomId()
Get The room ID (number). 
 | 
Long | 
getSdkAppId()
Get The application ID. 
 | 
String | 
getUserId()
Get The user ID. 
 | 
void | 
setIsMute(Long IsMute)
Set Controls the activation state of audio and video. 
 | 
void | 
setRoomId(Long RoomId)
Set The room ID (number). 
 | 
void | 
setSdkAppId(Long SdkAppId)
Set The application ID. 
 | 
void | 
setUserId(String UserId)
Set The user 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 SetUserBlockedRequest()
public SetUserBlockedRequest(SetUserBlockedRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId - The application ID.public Long getRoomId()
public void setRoomId(Long RoomId)
RoomId - The room ID (number).public String getUserId()
public void setUserId(String UserId)
UserId - The user ID.public Long getIsMute()
public void setIsMute(Long IsMute)
IsMute - Controls the activation state of audio and video.
0: Enable audio and video,
1: Disable audio and video,
2: Disable audio only,
3: Disable video only.Copyright © 2025. All rights reserved.