public class ForbidSendMsgRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ForbidSendMsgRequest() | 
| ForbidSendMsgRequest(ForbidSendMsgRequest 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 | 
|---|---|
| String[] | getMembersAccount()Get 需要禁言的用户账号,最多支持500个账号 | 
| Long | getMuteTime()Get 需禁言时间,单位为秒,为0时表示取消禁言,4294967295为永久禁言。 | 
| Long | getRoomId()Get 课堂ID | 
| Long | getSdkAppId()Get 低代码互动课堂的SdkAppId。 | 
| void | setMembersAccount(String[] MembersAccount)Set 需要禁言的用户账号,最多支持500个账号 | 
| void | setMuteTime(Long MuteTime)Set 需禁言时间,单位为秒,为0时表示取消禁言,4294967295为永久禁言。 | 
| 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, toJsonStringpublic ForbidSendMsgRequest()
public ForbidSendMsgRequest(ForbidSendMsgRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId - 低代码互动课堂的SdkAppId。public Long getRoomId()
public void setRoomId(Long RoomId)
RoomId - 课堂IDpublic String[] getMembersAccount()
public void setMembersAccount(String[] MembersAccount)
MembersAccount - 需要禁言的用户账号,最多支持500个账号public Long getMuteTime()
public void setMuteTime(Long MuteTime)
MuteTime - 需禁言时间,单位为秒,为0时表示取消禁言,4294967295为永久禁言。Copyright © 2025. All rights reserved.