public class SetUserBlockedRequest extends AbstractModel
| 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 Whether to disable the user’s 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 Whether to disable the user’s 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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, 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 - Whether to disable the user’s audio and video. 0: Enable; 1: Disable.Copyright © 2022. All rights reserved.